From a9dae64ea720281a63c69f29322137cec0fb3b56 Mon Sep 17 00:00:00 2001 From: Christopher Blizzard Date: Thu, 27 Aug 1998 19:52:23 +0000 Subject: Umm...I think this works better. Doesn't break anything anyway. 1998-08-27 Christopher Blizzard * gnome-ghttp-check.m4: Umm...I think this works better. Doesn't break anything anyway. svn path=/trunk/; revision=344 --- macros/gnome-ghttp-check.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-ghttp-check.m4') 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]) ]) -- cgit v1.2.3