]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-define.patch
- rel 4; rebuild with stable 1.4 series of m4
[packages/autoconf.git] / autoconf-define.patch
1 diff -urN autoconf-2.61.org/lib/autoconf/functions.m4 autoconf-2.61/lib/autoconf/functions.m4
2 --- autoconf-2.61.org/lib/autoconf/functions.m4 2006-10-15 03:12:02.000000000 +0200
3 +++ autoconf-2.61/lib/autoconf/functions.m4     2006-12-21 01:45:53.141722500 +0100
4 @@ -799,7 +799,7 @@
5  # -lseq on Dynix/PTX, -lgen on Unixware.
6  AC_SEARCH_LIBS(getmntent, [sun seq gen],
7                [ac_cv_func_getmntent=yes
8 -               AC_DEFINE([HAVE_GETMNTENT], [],
9 +               AC_DEFINE([HAVE_GETMNTENT], 1,
10                           [Define to 1 if you have the `getmntent' function.])],
11                [ac_cv_func_getmntent=no])
12  ])
This page took 0.555726 seconds and 3 git commands to generate.