diff options
author | Christopher Blizzard <blizzard@appliedtheory.com> | 1998-08-28 03:52:23 +0800 |
---|---|---|
committer | Christopher Blizzard <blizzard@src.gnome.org> | 1998-08-28 03:52:23 +0800 |
commit | a9dae64ea720281a63c69f29322137cec0fb3b56 (patch) | |
tree | 04251a122a14c0f9a97d0453856e4c36c8631fb1 /macros | |
parent | 11500f35b99946b1df9ed2cc0065fc32bb923585 (diff) | |
download | gsoc2013-evolution-a9dae64ea720281a63c69f29322137cec0fb3b56.tar gsoc2013-evolution-a9dae64ea720281a63c69f29322137cec0fb3b56.tar.gz gsoc2013-evolution-a9dae64ea720281a63c69f29322137cec0fb3b56.tar.bz2 gsoc2013-evolution-a9dae64ea720281a63c69f29322137cec0fb3b56.tar.lz gsoc2013-evolution-a9dae64ea720281a63c69f29322137cec0fb3b56.tar.xz gsoc2013-evolution-a9dae64ea720281a63c69f29322137cec0fb3b56.tar.zst gsoc2013-evolution-a9dae64ea720281a63c69f29322137cec0fb3b56.zip |
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=344
Diffstat (limited to 'macros')
-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]) ]) |