]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- getmnt bugfix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Dec 2006 00:48:55 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-define.patch -> 1.1

autoconf-define.patch [new file with mode: 0644]

diff --git a/autoconf-define.patch b/autoconf-define.patch
new file mode 100644 (file)
index 0000000..7946989
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN autoconf-2.61.org/lib/autoconf/functions.m4 autoconf-2.61/lib/autoconf/functions.m4
+--- autoconf-2.61.org/lib/autoconf/functions.m4        2006-10-15 03:12:02.000000000 +0200
++++ autoconf-2.61/lib/autoconf/functions.m4    2006-12-21 01:45:53.141722500 +0100
+@@ -799,7 +799,7 @@
+ # -lseq on Dynix/PTX, -lgen on Unixware.
+ AC_SEARCH_LIBS(getmntent, [sun seq gen],
+              [ac_cv_func_getmntent=yes
+-              AC_DEFINE([HAVE_GETMNTENT], [],
++              AC_DEFINE([HAVE_GETMNTENT], 1,
+                         [Define to 1 if you have the `getmntent' function.])],
+              [ac_cv_func_getmntent=no])
+ ])
This page took 0.096104 seconds and 4 git commands to generate.