use $libdir instead of /usr/lib when looking for libraries
authorJeremy Katz <katzj@redhat.com>
Mon, 16 Dec 2002 16:34:17 +0000 (16:34 +0000)
committerJeremy Katz <katzj@src.gnome.org>
Mon, 16 Dec 2002 16:34:17 +0000 (16:34 +0000)
2002-12-16  Jeremy Katz  <katzj@redhat.com>
        * configure.in: use $libdir instead of /usr/lib when looking for
        libraries

ChangeLog
configure.in

index 462971b..feff690 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-16  Jeremy Katz  <katzj@redhat.com>
+
+       * configure.in: use $libdir instead of /usr/lib when looking for
+       libraries
+
 2002-12-11  Joe Shaw  <joe@ximian.com>
 
        * libsoup/soup-queue.c (proxy_https_connect_cb): I am an idiot.
index 061ffce..5fa61d2 100644 (file)
@@ -188,7 +188,7 @@ AC_ARG_WITH(nspr-includes,
 AC_ARG_WITH(nspr-libs,
            [  --with-nspr-libs         Specify location of Netscape Portable Runtime libs],
            [nspr_prefix=$withval],
-           [nspr_prefix=/usr/lib])
+           [nspr_prefix=$libdir])
 
 AC_ARG_WITH(nss-includes,
            [  --with-nss-includes      Specify location of NSS header files],
@@ -197,7 +197,7 @@ AC_ARG_WITH(nss-includes,
 AC_ARG_WITH(nss-libs,
            [  --with-nss-libs          Specify location of NSS libs],
            [nss_prefix=$withval],
-           [nss_prefix=/usr/lib])
+           [nss_prefix=$libdir])
 
 
 AC_ARG_WITH(openssl-includes,
@@ -207,7 +207,7 @@ AC_ARG_WITH(openssl-includes,
 AC_ARG_WITH(openssl-libs,
            [  --with-openssl-libs      Specify location of OpenSSL libs],
            [openssl_prefix=$withval], 
-           [openssl_prefix=/usr/lib])
+           [openssl_prefix=$libdir])
 
 ###
 ### Allow for a custom SSL proxy name