]> git.pld-linux.org Git - packages/nspr.git/commitdiff
- autoconf fix
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Dec 2003 01:55:50 +0000 (01:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nspr-acfix.patch -> 1.1

nspr-acfix.patch [new file with mode: 0644]

diff --git a/nspr-acfix.patch b/nspr-acfix.patch
new file mode 100644 (file)
index 0000000..0dc8801
--- /dev/null
@@ -0,0 +1,13 @@
+--- nspr-4.4.1/mozilla/nsprpub/configure.in.orig       2003-11-25 01:09:04.000000000 +0100
++++ nspr-4.4.1/mozilla/nsprpub/configure.in    2003-12-29 02:47:28.778924056 +0100
+@@ -1894,8 +1894,8 @@
+     ;;
+ *)
+     AC_CHECK_LIB(dl, dlopen,
+-        AC_CHECK_HEADER(dlfcn.h,
+-            OS_LIBS="-ldl $OS_LIBS"))
++        [AC_CHECK_HEADER(dlfcn.h,
++            OS_LIBS="-ldl $OS_LIBS")])
+     ;;
+ esac
This page took 0.104213 seconds and 4 git commands to generate.