From 43b3348045eb2dd541949353ce0a1ea299ba7884 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 28 Aug 2004 16:51:18 +0000 Subject: [PATCH] [project @ 2004-08-28 16:51:18 by panne] Trimmed a few function checks --- configure.ac | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index de601b7..9a731ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1159,16 +1159,11 @@ if test "$ac_cv_type_signal" = void; then fi dnl ** check for more functions -AC_CHECK_FUNCS(strcasecmp _stricmp stricmp strcmpi) -AC_CHECK_FUNCS(strcmp) -AC_CHECK_FUNCS(realpath _fullpath) -AC_CHECK_FUNCS(PBHSetVolSync macsystem) -AC_CHECK_FUNCS(fgetpos fsetpos fseek ftell) -AC_CHECK_FUNCS(vsnprintf _vsnprintf) -AC_CHECK_FUNCS(snprintf _snprintf ) -AC_CHECK_FUNCS(popen _popen ) -AC_CHECK_FUNCS(pclose _pclose ) -AC_CHECK_FUNCS(setenv unsetenv) +AC_CHECK_FUNCS([setenv unsetenv]) +dnl Note: The following test would make sense but the respective code +dnl doesn't use HAVE_BLAH #ifdefs yet. +dnl AC_CHECK_FUNCS([strcasecmp _stricmp], [break]) +dnl AC_CHECK_FUNCS([snprintf _snprintf], [break]) dnl ** check for specific library functions that we are interested in -- 1.7.10.4