]> git.pld-linux.org Git - packages/epic4.git/commitdiff
- very simple autoconf fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 30 Dec 2001 17:18:57 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epic4-ac.patch -> 1.1

epic4-ac.patch [new file with mode: 0644]

diff --git a/epic4-ac.patch b/epic4-ac.patch
new file mode 100644 (file)
index 0000000..1bd3eb7
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN epic4-1.0.1.org/configure.in epic4-1.0.1/configure.in
+--- epic4-1.0.1.org/configure.in       Sun Dec 30 18:16:10 2001
++++ epic4-1.0.1/configure.in   Sun Dec 30 18:16:29 2001
+@@ -218,8 +218,8 @@
+ dnl originally wanted to have it around, but svr3 insisted not so. (grrr)
+ dnl
+-AC_CHECK_FUNC(getpgid, AC_DEFINE(HAVE_GETPGID),)
+-AC_CHECK_FUNC(getpgrp, AC_FUNC_GETPGRP,)
++AC_CHECK_FUNC(getpgid, [AC_DEFINE(HAVE_GETPGID)],)
++AC_CHECK_FUNC(getpgrp, [AC_FUNC_GETPGRP],)
+ dnl ----------------------------------------------------------
This page took 0.112782 seconds and 4 git commands to generate.