From b4d756008ca98e454904c64e151ae08e4e0f733f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Tue, 26 Nov 2013 09:04:01 +0100 Subject: Don't check for getopt(3), we don't use it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 099af6f..35cbbe0 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,7 @@ AC_CHECK_HEADERS(unistd.h stdarg.h) dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. -AC_CHECK_FUNCS(getline getopt getopt_long setenv setpgid setpgrp setsid) +AC_CHECK_FUNCS(getline getopt_long setenv setpgid setpgrp setsid) AC_CHECK_FUNCS(unsetenv usleep vsnprintf) AM_LANGINFO_CODESET -- cgit v1.2.3