From: Martijn van Beers Date: Thu, 15 Jun 2000 14:33:44 +0000 (+0000) Subject: remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used X-Git-Tag: GNOME_COMMON_1_2_1~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c83a59c73fe0703ce5f8ff3b0d3bf35666379fa1;p=platform%2Fupstream%2Fgnome-common.git remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used svn path=/trunk/; revision=1269 --- diff --git a/hack-macros/gnome.m4 b/hack-macros/gnome.m4 index 458a012..6c7c497 100644 --- a/hack-macros/gnome.m4 +++ b/hack-macros/gnome.m4 @@ -343,8 +343,6 @@ AC_ARG_WITH(gnome-prefix,[ --with-gnome-prefix=PFX Prefix where GNOME is inst gnome_config_prefix="$withval", gnome_config_prefix="") AC_ARG_WITH(gnome-exec-prefix,[ --with-gnome-exec-prefix=PFX Exec prefix where GNOME is installed (optional)], gnome_config_exec_prefix="$withval", gnome_config_exec_prefix="") -AC_ARG_ENABLE(gnometest, [ --disable-gnometest Do not try to compile and run a test GNOME program], - , enable_gnometest=yes) if test x$gnome_config_exec_prefix != x ; then gnome_config_args="$gnome_config_args --exec-prefix=$gnome_config_exec_prefix" @@ -470,6 +468,4 @@ AC_ARG_ENABLE(gnometest, [ --disable-gnometest Do not try to compile and if test -n "$4"; then AC_MSG_RESULT([]) fi - - rm -f conf.gnometest ])