aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-09-04 09:00:06 +1000
committerGravatar axel <axel@liljencrantz.se>2006-09-04 09:00:06 +1000
commit40e202532723bac8317e296bb3b44aba89d3da05 (patch)
treea57a934e46683d54ad9bbc5394c0e4f2365d450b /configure.ac
parenta819c863eb81fad579d4e63ba92605f8766d8860 (diff)
Minor polish
darcs-hash:20060903230006-ac50b-c55a9272bb1cdb10312b8580c4c2a85654329e30.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1e4417a4..fe350c04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)