remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used
authorMartijn van Beers <martijn@src.gnome.org>
Thu, 15 Jun 2000 14:33:44 +0000 (14:33 +0000)
committerMartijn van Beers <martijn@src.gnome.org>
Thu, 15 Jun 2000 14:33:44 +0000 (14:33 +0000)
svn path=/trunk/; revision=1269

hack-macros/gnome.m4

index 458a012..6c7c497 100644 (file)
@@ -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
 ])