1998-08-27 Christopher Blizzard <blizzard@appliedtheory.com>
* gnome-ghttp-check.m4: Oooo...it actually works now.
Forgot a ,
svn path=/trunk/; revision=355
* 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>
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])
])