From 0988fc99f8128b8c43e93fc02e03bf8a10013dca Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Fri, 24 Jun 2016 16:30:29 +0000 Subject: [PATCH] fixed a minor flaw in configure.ac --- stix/configure | 1 - stix/configure.ac | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stix/configure b/stix/configure index 47785a6..dc82f17 100755 --- a/stix/configure +++ b/stix/configure @@ -17949,7 +17949,6 @@ esac LIBM=$LIBM -check some compiler builtins { $as_echo "$as_me:${as_lineno-$LINENO}: checking __builtin_memset" >&5 $as_echo_n "checking __builtin_memset... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/stix/configure.ac b/stix/configure.ac index f6bc858..bc8d3ae 100644 --- a/stix/configure.ac +++ b/stix/configure.ac @@ -106,7 +106,7 @@ dnl check the math library (check if -lm is needed) LT_LIB_M AC_SUBST(LIBM, $LIBM) -check some compiler builtins +dnl check some compiler builtins AC_MSG_CHECKING([__builtin_memset]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([], [__builtin_memset ((void*)1, ' ', 10);])],