Minor edits in configure.ac

darcs-hash:20060329213124-ac50b-8d25a34d621d698425b54e032238a2fe89d4a031.gz
This commit is contained in:
axel 2006-03-30 07:31:24 +10:00
parent 3656443b1f
commit 185d0c3c1c

View file

@ -113,7 +113,7 @@ else
fi
#
# Test if the compiler accepts the -std=c99 flag. If so, that
# Test if the compiler accepts the -std=c99 flag. If so, using it
# increases the odds of correct compilation, since we want to use the
# *wprintf functions, which where defined in C99.
#
@ -165,8 +165,12 @@ if test "$CC" = gcc; then
fi
#
# If we are compiling against glibc, set some flags to work around
# some rather stupid attempts to hide prototypes for *wprintf
# functions, as well as prototypes of various gnu extensions.
#
# Check if we are compiling against glibc
AC_MSG_CHECKING([if we are compiling against glibc])
AC_RUN_IFELSE(
[AC_LANG_PROGRAM([