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.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/macros/gnome-ghttp-check.m4 b/macros/gnome-ghttp-check.m4
deleted file mode 100644
index 0ecacaaf05..0000000000
--- a/macros/gnome-ghttp-check.m4
+++ /dev/null
@@ -1,14 +0,0 @@
-AC_DEFUN([GNOME_GHTTP_CHECK],[
- AC_REQUIRE([GNOME_INIT_HOOK])
- GHTTP_LIB=
- AC_CHECK_FUNC(connect,,[
- AC_CHECK_LIB(socket,connect,
- GHTTP_LIB="-lsocket $GHTTP_LIB",,$GHTTP_LIB)])
- AC_CHECK_FUNC(gethostbyname,,[
- AC_CHECK_LIB(nsl,gethostbyname,
- GHTTP_LIB="-lnsl $GHTTP_LIB",,$GHTTP_LIB)])
- AC_CHECK_LIB(ghttp, ghttp_request_new,
- GHTTP_LIB="-lghttp $GHTTP_LIB",GHTTP_LIB="",-L$gnome_prefix $GHTTP_LIB)
- AC_SUBST(GHTTP_LIB)
- AC_PROVIDE([GNOME_GHTTP_CHECK])
-])
3a1a395a'>Nuke NOPORTDOCS. While, here, correct a couple offenders who label examplesadamw2014-07-041-2/+6 * Make the port work on postgresql > 8.4.mat2013-12-024-42/+42 * - Switch to ruby19tabthorpe2013-10-111-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * Avoid fetch during build.knu2012-06-131-1/+1 * - Set postgresql version 9.0 as defaultcrees2012-03-06