summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Blizzard <blizzard@appliedtheory.com>1998-08-27 19:52:23 +0000
committerChristopher Blizzard <blizzard@src.gnome.org>1998-08-27 19:52:23 +0000
commitbb8b78e0c46641191a13776167467a45a71739db (patch)
tree40e1a213cb78dda6a1c155179ca9634a6e99f1cd
parent3c6d862c766ae58ca2fa59a28e308c5061207195 (diff)
downloadgnome-common-bb8b78e0c46641191a13776167467a45a71739db.tar.gz
Umm...I think this works better. Doesn't break anything anyway.
1998-08-27 Christopher Blizzard <blizzard@appliedtheory.com> * gnome-ghttp-check.m4: Umm...I think this works better. Doesn't break anything anyway. svn path=/trunk/; revision=354
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-ghttp-check.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 26c7082..ba58d65 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 ac32aca..2cf1efb 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])
])