diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-29 12:56:09 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-29 12:56:09 +0200 |
commit | c182937de92dc028a12a6c9350773dced1841751 (patch) | |
tree | f1589e44167110f30f9e78334b9544e716c54ad0 /extension/ChangeLog | |
parent | fb0b2663915846fb275ce9c04b78370c6bf9f2e4 (diff) | |
download | egawk-c182937de92dc028a12a6c9350773dced1841751.tar.gz egawk-c182937de92dc028a12a6c9350773dced1841751.tar.bz2 egawk-c182937de92dc028a12a6c9350773dced1841751.zip |
Fix finding fmod in extension/configure.ac.
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r-- | extension/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 5fd1757e..06eedf3e 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,10 @@ +2017-12-29 Arnold D. Robbins <arnold@skeeve.com> + + * configure.ac (fmod): Put AC_SEARCH_LIBS before the call + to AC_CHECK_FUNCS and put fmod back into that list. Finally + causes config.h to have the correct check for HAVE_FMOD. + Thanks again to Michal Jaegermann <michal.jnn@gmail.com>. + 2017-12-28 Arnold D. Robbins <arnold@skeeve.com> More configuration fixes, mainly for Fedora. Thanks to @@ -6,7 +13,7 @@ * configure.ac (AC_HEADER_MAJOR): Comment out, no longer works. (sys/sysmacros.h, sys/mkdev.h): Check for header existence. - (fmod): Check with AC_SEARCH_LIB instead of AC_CHECK_FUNCS. + (fmod): Check with AC_SEARCH_LIBs instead of AC_CHECK_FUNCS. * filefuncs.c: Rework header inclusion checks and order so that we get the `major' macro without warnings on Fedora. * fnmatch.c: Ditto. |