/soc/2015/mmcc/main: 9eb5c126099d: remove no longer used manual ...

Michael McConville mmcconville at mykolab.com
Mon Jul 20 18:34:50 EDT 2015


Changeset: 9eb5c126099d63faba726ef8650a5993013796a5
Author:	 Michael McConville <mmcconville at mykolab.com>
Date:	 2015-07-20 18:34 -0400
Branch:	 default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/9eb5c126099d

Description:

remove no longer used manual NSS arguments from configure.ac

diffstat:

 configure.ac |  19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

diffs (30 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -2067,25 +2067,8 @@ dnl # Check for NSS if it's specified, o
 dnl #
 looked_for_nss="no"
 if test "x$enable_nss" != "xno"; then
+
 	looked_for_nss="yes"
-
-	AC_ARG_WITH(nspr-includes,
-		[AS_HELP_STRING([--with-nspr-includes=PREFIX], [specify location of Mozilla nspr4 includes.])],
-		[with_nspr_includes="$withval"])
-
-	AC_ARG_WITH(nspr-libs,
-		[AS_HELP_STRING([--with-nspr-libs=PREFIX], [specify location of Mozilla nspr4 libs.])],
-		[with_nspr_libs="$withval"])
-
-	AC_ARG_WITH(nss-includes,
-		[AS_HELP_STRING([--with-nss-includes=PREFIX], [specify location of Mozilla nss3 includes.])],
-		[with_nss_includes="$withval"])
-
-	AC_ARG_WITH(nss-libs,
-		[AS_HELP_STRING([--with-nss-libs=PREFIX], [specify location of Mozilla nss3 libs.])],
-		[with_nss_libs="$withval"])
-
-
 	enable_nss="no"
 
 	if `$PKG_CONFIG --exists mozilla-nss`; then



More information about the Commits mailing list