Minor polish

darcs-hash:20060903230006-ac50b-c55a9272bb1cdb10312b8580c4c2a85654329e30.gz
This commit is contained in:
axel
2006-09-04 09:00:06 +10:00
parent a819c863eb
commit 40e2025327
4 changed files with 117 additions and 80 deletions

View File

@@ -586,8 +586,8 @@ else
AC_MSG_RESULT(no)
fi
# Check if getopt_long actually works
AC_MSG_CHECKING([if getopt_long works])
# Check if getopt_long exists and works
AC_MSG_CHECKING([if getopt_long exists and works])
AC_TRY_LINK(
[
#if HAVE_GETOPT_H
@@ -616,7 +616,7 @@ if test "$have_working_getopt_long" = yes; then
AC_DEFINE(
[HAVE_WORKING_GETOPT_LONG],
[1],
[Define to 1 if getopt_long actually works.]
[Define to 1 if getopt_long exists and works.]
)
else
AC_MSG_RESULT(no)