[gtk-vnc] Remove check for NSPR in configure.ac
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Remove check for NSPR in configure.ac
- Date: Sat, 20 Mar 2010 19:06:33 +0000 (UTC)
commit 31f2cf81f4254b273e79e6e7354adc2c44b8c3f7
Author: Halton Huo <halton huo sun com>
Date: Sat Mar 20 18:27:39 2010 +0000
Remove check for NSPR in configure.ac
The firefox/mozilla-plugin pkgconfig files already have a dependancy
on the nspr package. Thus there is no need for an explicit NSPR check
in gtk-vnc.
* configure.ac: Remove redundant check for NSPR
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f888ee3..c7ad718 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,6 @@ VIEW_REQUIRED=0.6.0
GTHREAD_REQUIRED=2.0.0
PYTHON_REQUIRED=2.4
-NSPR_REQUIRED=4.0.0
FIREFOX_PLUGIN_REQUIRED=2.0.0
MOZILLA_PLUGIN_REQUIRED=1.8
@@ -264,8 +263,6 @@ AC_ARG_ENABLE(plugin,
[ --enable-plugin=[no/yes] enable browser plugin [default=no]],,
enable_plugin=no)
if test "x$enable_plugin" = "xyes"; then
- dnl Check for Netscape Portable Runtime development package.
- PKG_CHECK_MODULES(NSPR, nspr >= $NSPR_REQUIRED)
dnl Check for Firefox plugin package (also includes NSPR cflags/libs).
PKG_CHECK_MODULES(FIREFOX_PLUGIN,
firefox-plugin >= $FIREFOX_PLUGIN_REQUIRED, ,[
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]