]> git.pld-linux.org Git - packages/bbmail.git/blob - bbmail-fmod.patch
- typo / formatting / etc.
[packages/bbmail.git] / bbmail-fmod.patch
1 diff -uNr bbmail-0.8.2.orig/configure.in bbmail-0.8.2/configure.in
2 --- bbmail-0.8.2.orig/configure.in      Sat Nov 10 17:15:48 2001
3 +++ bbmail-0.8.2/configure.in   Fri Apr 12 19:51:10 2002
4 @@ -90,5 +90,6 @@
5  
6  dnl Checks for library functions.
7  AC_CHECK_FUNCS(select strstr)
8 +AC_CHECK_FUNC(fmod, [], AC_CHECK_LIB(m, fmod))
9  
10  AC_OUTPUT(version.h Makefile data/Makefile scripts/Makefile)
This page took 0.030478 seconds and 3 git commands to generate.