summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beers <martijn@src.gnome.org>2000-06-15 14:33:44 +0000
committerMartijn van Beers <martijn@src.gnome.org>2000-06-15 14:33:44 +0000
commitc83a59c73fe0703ce5f8ff3b0d3bf35666379fa1 (patch)
tree4329e68a1d290b5a6914835b7b6841b6975dc6b1
parentbb4c232c22a081160733d746aceb962ae4517677 (diff)
downloadgnome-common-c83a59c73fe0703ce5f8ff3b0d3bf35666379fa1.tar.gz
remove last bits of AC_ARG_ENABLE(gnometest,,,) since it's not being used
svn path=/trunk/; revision=1269
-rw-r--r--hack-macros/gnome.m44
1 files changed, 0 insertions, 4 deletions
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
])