Oooo...it actually works now. Forgot a ,
authorChristopher Blizzard <blizzard@appliedtheory.com>
Thu, 27 Aug 1998 20:04:27 +0000 (20:04 +0000)
committerChristopher Blizzard <blizzard@src.gnome.org>
Thu, 27 Aug 1998 20:04:27 +0000 (20:04 +0000)
1998-08-27  Christopher Blizzard  <blizzard@appliedtheory.com>

        * gnome-ghttp-check.m4: Oooo...it actually works now.
  Forgot a ,

svn path=/trunk/; revision=355

macros/ChangeLog
macros/gnome-ghttp-check.m4

index ba58d65..57d72ed 100644 (file)
@@ -2,6 +2,7 @@
 
        * gnome-ghttp-check.m4: Umm...I think this works better.  Doesn't
        break anything anyway.
+       Oooo...it actually works now.  Forgot a ,
 
 1998-08-26  Martin Baulig  <martin@home-of-linux.org>
 
index 2cf1efb..230c20a 100644 (file)
@@ -1,6 +1,8 @@
 AC_DEFUN([GNOME_GHTTP_CHECK],[
        GHTTP_LIB=""
-       AC_CHECK_LIB(ghttp, ghttp_request_new, [GHTTP_LIB="-lghttp"])
+       AC_REQUIRE([GNOME_INIT_HOOK])
+       AC_CHECK_LIB(ghttp, ghttp_request_new, GHTTP_LIB="-lghttp",
+                     ,-L$gnome_prefix)
        AC_SUBST(GHTTP_LIB)
        AC_PROVIDE([GNOME_GHTTP_CHECK])
 ])