diff options
-rw-r--r-- | macros/ChangeLog | 5 | ||||
-rw-r--r-- | macros/gnome-ghttp-check.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 26c70823e2..ba58d65023 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +1998-08-27 Christopher Blizzard <blizzard@appliedtheory.com> + + * gnome-ghttp-check.m4: Umm...I think this works better. Doesn't + break anything anyway. + 1998-08-26 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Make it work diff --git a/macros/gnome-ghttp-check.m4 b/macros/gnome-ghttp-check.m4 index ac32acaf56..2cf1efbf19 100644 --- a/macros/gnome-ghttp-check.m4 +++ b/macros/gnome-ghttp-check.m4 @@ -1,6 +1,6 @@ AC_DEFUN([GNOME_GHTTP_CHECK],[ GHTTP_LIB="" - AC_CHECK_LIB(ghttp, ghttp_request_new, GHTTP_LIB="-lghttp") + AC_CHECK_LIB(ghttp, ghttp_request_new, [GHTTP_LIB="-lghttp"]) AC_SUBST(GHTTP_LIB) AC_PROVIDE([GNOME_GHTTP_CHECK]) ]) |