summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBradley Smith2008-03-09 14:59:06 +0000
committerBradley Smith2008-03-09 14:59:06 +0000
commitdc5bde04ef8ab0ce2d64bd0ec7b2cf688b7adfb4 (patch)
treeee5c8234fec193805a82bfefc4ceb473ec33a169 /configure.ac
parentChange version to 1.0.90 (diff)
downloadgnurobots-dc5bde04ef8ab0ce2d64bd0ec7b2cf688b7adfb4.tar.gz
Got rid of unnecessary getopt.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ec253e6..ba6c54e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,6 +158,7 @@ AC_SUBST(READLINE_CFLAGS)
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h)
+AC_CHECK_HEADERS(getopt.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@@ -168,7 +169,6 @@ dnl Done.
AC_CONFIG_FILES([Makefile
contrib/Makefile
doc/Makefile
- getopt/Makefile
include/Makefile
lib/Makefile
lib/xpm/Makefile