summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-25 13:46:37 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-25 13:51:20 +0100
commit423932fe1849a2c9e2f4c1730a93435f39657e95 (patch)
tree0fd094498560b5e99a967b3acd601ee345f2dce8 /configure.ac
parentgen_update_info.pl not needed, we generate the update info on the server. (diff)
downloadcore-423932fe1849a2c9e2f4c1730a93435f39657e95.tar.gz
core-423932fe1849a2c9e2f4c1730a93435f39657e95.zip
slashes in configure options are a Bad Thing(tm)
Change-Id: I92cc8be5c6359e99b57967ae54e6814d07d0e47d
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 427b908c921e..028bfa3e00fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8215,7 +8215,7 @@ AC_SUBST(EXTMSV80)
dnl ===================================================================
dnl Check for system NSS
dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([nss/nspr],[NSS],[nss >= 3.9.3 nspr >= 4.8])
+libo_CHECK_SYSTEM_MODULE([nss],[NSS],[nss >= 3.9.3 nspr >= 4.8])
if test "$with_system_nss" = "yes"; then
libo_MINGW_CHECK_DLL([NSPR4], [libnspr4])
libo_MINGW_CHECK_DLL([PLC4], [libplc4])