aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-ghttp-check.m4
blob: 1fc85783f9c680d630ffd31bb8028a43f4d541f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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",,-L$gnome_prefix $GHTTP_LIB)
    AC_SUBST(GHTTP_LIB)
    AC_PROVIDE([GNOME_GHTTP_CHECK])
])
class='left'>AgeFilesLines * Add "fc", "fcfontsdir", "fontsdir", and "none" arguments to USES=fonts.hrs2015-09-141-0/+19 * Remove @fc and @fontsdir they are confusing all should use @fcfontsdirbapt2015-03-221-19/+0 * - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywordsak2014-10-091-2/+10 * Replace the dirrmtry action with dir.mat2014-10-021-1/+1