]> git.pld-linux.org Git - packages/nspr.git/commitdiff
- one more fix for ac 2.60 auto/th/nspr-4_6_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 15 Sep 2006 17:01:06 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nspr-acfix.patch -> 1.4

nspr-acfix.patch

index 0dc8801e14c14aa627502048157c8b5adef6fab2..01e6ff5ad0edd04d8eb31ea086546861dd8e08d5 100644 (file)
@@ -1,6 +1,16 @@
---- 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 @@
+--- nspr-4.6.3/mozilla/nsprpub/configure.in.orig       2006-07-15 00:31:04.000000000 +0200
++++ nspr-4.6.3/mozilla/nsprpub/configure.in    2006-09-15 18:50:56.224470000 +0200
+@@ -409,7 +409,8 @@
+     AC_MSG_CHECKING([whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works])
+     AC_TRY_COMPILE([], [return(0);], 
+-        [ac_cv_prog_host_cc_works=1 AC_MSG_RESULT([yes])],
++        [ac_cv_prog_host_cc_works=1
++       AC_MSG_RESULT([yes])],
+         AC_MSG_ERROR([installation or configuration problem: $host compiler $HOST_CC cannot create executables.]) )
+     CC=$_SAVE_CC
+@@ -2156,8 +2157,8 @@
      ;;
  *)
      AC_CHECK_LIB(dl, dlopen,
This page took 0.081421 seconds and 4 git commands to generate.