]> granicus.if.org Git - fcron/commitdiff
bug corrected : we check for the existence of getopt_long(), not only getopt.h,as...
authorthib <thib>
Fri, 17 Aug 2001 19:41:20 +0000 (19:41 +0000)
committerthib <thib>
Fri, 17 Aug 2001 19:41:20 +0000 (19:41 +0000)
configure.in

index 00d2fe61401341950b68ebd44054430779c5372c..954749458945769c126bb2a6edf0db910b716da4 100644 (file)
@@ -8,7 +8,7 @@ AC_PREFIX_DEFAULT($prefix)
 AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.7)
 
-vers="1.1.1"
+vers="1.1.2"
 vers_quoted="\"$vers\""
 AC_DEFINE_UNQUOTED(VERSION, $vers)
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
@@ -66,6 +66,7 @@ dnl Try to use the /proc/loadavg file ...
   AC_MSG_RESULT(/proc/loadavg)
 fi
 AC_CHECK_FUNCS(getcwd gettimeofday mktime putenv strerror setenv gethostname)
+AC_CHECK_FUNCS(getopt_long)
 AC_CHECK_FUNCS(mkstemp)
 AC_CHECK_FUNCS(flock lockf)
 AC_CHECK_FUNCS(seteuid, [seteuid=1], [seteuid=0])