Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
43b33480
Commit
43b33480
authored
Aug 28, 2004
by
panne
Browse files
[project @ 2004-08-28 16:51:18 by panne]
Trimmed a few function checks
parent
7363193d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
43b33480
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment