fixed a minor flaw in configure.ac

This commit is contained in:
hyunghwan.chung 2016-06-24 16:30:29 +00:00
parent d512088860
commit 0988fc99f8
2 changed files with 1 additions and 2 deletions

1
stix/configure vendored
View File

@ -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

View File

@ -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);])],