diff options
author | TingPing <tingping@tingping.se> | 2013-05-08 23:41:52 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-05-08 23:41:52 -0400 |
commit | dba9c424733aef64f984bb1f49bf76ee8de79100 (patch) | |
tree | a398f883351f93cb2fd318cd38646570639232d0 /configure.ac | |
parent | f8556360caf052e3fe78b5bc9f20a58a6930819a (diff) |
stop using gconf
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index bee4ff41..88f8464d 100644 --- a/configure.ac +++ b/configure.ac @@ -237,11 +237,11 @@ GUI_CFLAGS="$GUI_CFLAGS $GTK_CFLAGS -DG_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DIS #fi # GConf -if test "$gnome" != no ; then - AC_PATH_PROG(GCONFTOOL, gconftool-2, no) -else - GCONFTOOL=no -fi +#if test "$gnome" != no ; then +# AC_PATH_PROG(GCONFTOOL, gconftool-2, no) +#else +# GCONFTOOL=no +#fi dnl ********************************************************************* dnl ** XFT ************************************************************** @@ -684,7 +684,7 @@ AM_CONDITIONAL(DO_DOAT, test "x$doat" = "xyes") AM_CONDITIONAL(DO_FISHLIM, test "x$fishlim" = "xyes") AM_CONDITIONAL(DO_SYSINFO, test "x$sysinfo" = "xyes") AM_CONDITIONAL(USE_DBUS, test "x$dbus" = "xyes") -AM_CONDITIONAL(DO_GCONF, test "x$GCONFTOOL" != "xno") +#AM_CONDITIONAL(DO_GCONF, test "x$GCONFTOOL" != "xno") dnl ********************************************************************* dnl ** SOCKS5 *********************************************************** |