From cf925792db3a7f105db7fd27950993b1eb3bcc71 Mon Sep 17 00:00:00 2001 From: "Nicolas B. Pierron" Date: Mon, 14 Mar 2016 14:41:08 +0000 Subject: [PATCH] Bug 1245860 - Add --with-nspr-prefix to the list of old configure options. r=ted --- build/moz.configure/old.configure | 1 + 1 file changed, 1 insertion(+) diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index c8f929ce892d..886945954814 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -329,6 +329,7 @@ def old_configure_options(*options): '--with-macos-private-frameworks', '--with-macos-sdk', '--with-mozilla-api-keyfile', + '--with-nspr-prefix', '--with-nspr-cflags', '--with-nspr-libs', '--with-pthreads',