diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index fbed15a..d6c1786 100644 --- a/configure.ac +++ b/configure.ac @@ -239,10 +239,6 @@ AC_DEFINE(DLLIB, 1,[Check for dlopen in c])], AC_MSG_WARN([*** not found * this AC_SUBST(DL_LIBS) fi -### Check for ftime -AC_CHECK_LIB(c, ftime, [ -AC_DEFINE(FTIME, 1,[Check for ftime])], AC_MSG_RESULT([not found])) - ### Check for setuid AC_CHECK_LIB(c, setuid, [ AC_DEFINE(SETUID, 1,[Check for setuid])], AC_MSG_RESULT([not found])) |