aboutsummaryrefslogtreecommitdiffstats
path: root/main/nspr/nspr-bb-shell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/nspr/nspr-bb-shell.patch')
-rw-r--r--main/nspr/nspr-bb-shell.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/nspr/nspr-bb-shell.patch b/main/nspr/nspr-bb-shell.patch
deleted file mode 100644
index a336c2a56c..0000000000
--- a/main/nspr/nspr-bb-shell.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mozilla/nsprpub/configure.in b/mozilla/nsprpub/configure.in
-index 25dcca1..b508762 100644
---- a/mozilla/nsprpub/configure.in
-+++ b/mozilla/nsprpub/configure.in
-@@ -511,7 +511,7 @@ if test "$target" != "$host"; then
-
- 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