diff options
author | Christopher Blizzard <blizzard@src.gnome.org> | 1998-08-24 05:05:13 +0800 |
---|---|---|
committer | Christopher Blizzard <blizzard@src.gnome.org> | 1998-08-24 05:05:13 +0800 |
commit | 480c5e8e62a5553ec3af699c2276f233fc85b5c2 (patch) | |
tree | c5ec345fb390854d3546016c5a3c504a776723b3 /macros/gnome-ghttp-check.m4 | |
parent | 8a43c4945942bdc2a6e44f7202e67d849d45d2ba (diff) | |
download | gsoc2013-evolution-480c5e8e62a5553ec3af699c2276f233fc85b5c2.tar gsoc2013-evolution-480c5e8e62a5553ec3af699c2276f233fc85b5c2.tar.gz gsoc2013-evolution-480c5e8e62a5553ec3af699c2276f233fc85b5c2.tar.bz2 gsoc2013-evolution-480c5e8e62a5553ec3af699c2276f233fc85b5c2.tar.lz gsoc2013-evolution-480c5e8e62a5553ec3af699c2276f233fc85b5c2.tar.xz gsoc2013-evolution-480c5e8e62a5553ec3af699c2276f233fc85b5c2.tar.zst gsoc2013-evolution-480c5e8e62a5553ec3af699c2276f233fc85b5c2.zip |
macro for checking for gnome-http
* macro for checking for gnome-http
svn path=/trunk/; revision=332
Diffstat (limited to 'macros/gnome-ghttp-check.m4')
-rw-r--r-- | macros/gnome-ghttp-check.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/gnome-ghttp-check.m4 b/macros/gnome-ghttp-check.m4 new file mode 100644 index 0000000000..ac32acaf56 --- /dev/null +++ b/macros/gnome-ghttp-check.m4 @@ -0,0 +1,6 @@ +AC_DEFUN([GNOME_GHTTP_CHECK],[ + GHTTP_LIB="" + AC_CHECK_LIB(ghttp, ghttp_request_new, GHTTP_LIB="-lghttp") + AC_SUBST(GHTTP_LIB) + AC_PROVIDE([GNOME_GHTTP_CHECK]) +]) |