blob: 67b99d2287b5adfdbf4a1b328b2db6c706b7d992 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.orig 2008-08-02 00:06:51.000000000 -0500
+++ configure 2008-08-02 00:09:01.000000000 -0500
@@ -25298,8 +25298,7 @@
if test "$have_libxpcomglue_s" = "yes"; then
LIBXPCOMGLUE_S="-L$MOZILLA_LIBDIR -lxpcomglue_s"
else
- { echo "$as_me:$LINENO: WARNING: libxpcomglue_s not available; plugins may not be portable" >&5
-echo "$as_me: WARNING: libxpcomglue_s not available; plugins may not be portable" >&2;}
+ LIBXPCOMGLUE_S=`$PKG_CONFIG --libs $MOZILLA-xpcom`
fi
fi
|