aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-ghttp-check.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-ghttp-check.m4')
-rw-r--r--macros/gnome-ghttp-check.m42
1 files changed, 1 insertions, 1 deletions
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])
])