]> git.pld-linux.org Git - packages/nspr.git/blame - nspr-acfix.patch
- detect lib deps; release 2
[packages/nspr.git] / nspr-acfix.patch
CommitLineData
b1b7875a
JB
1--- nspr-4.6.3/mozilla/nsprpub/configure.in.orig 2006-07-15 00:31:04.000000000 +0200
2+++ nspr-4.6.3/mozilla/nsprpub/configure.in 2006-09-15 18:50:56.224470000 +0200
3@@ -409,7 +409,8 @@
4
5 AC_MSG_CHECKING([whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works])
6 AC_TRY_COMPILE([], [return(0);],
7- [ac_cv_prog_host_cc_works=1 AC_MSG_RESULT([yes])],
8+ [ac_cv_prog_host_cc_works=1
9+ AC_MSG_RESULT([yes])],
10 AC_MSG_ERROR([installation or configuration problem: $host compiler $HOST_CC cannot create executables.]) )
11
12 CC=$_SAVE_CC
13@@ -2156,8 +2157,8 @@
1e62ce48
JB
14 ;;
15 *)
16 AC_CHECK_LIB(dl, dlopen,
17- AC_CHECK_HEADER(dlfcn.h,
18- OS_LIBS="-ldl $OS_LIBS"))
19+ [AC_CHECK_HEADER(dlfcn.h,
20+ OS_LIBS="-ldl $OS_LIBS")])
21 ;;
22 esac
23
This page took 0.027457 seconds and 4 git commands to generate.