summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index ec7318e99f..b27f874b62 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Fix typo to allow custom RPM_SPECSdirs.
+
2001-10-16 Joel Sherrill <joel@OARcorp.com>
* setup.def: Bumped the gdb_patch_version to account for a configuration
diff --git a/scripts/configure.ac b/scripts/configure.ac
index f343676ec0..758c34182d 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -23,7 +23,7 @@ test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
AC_MSG_CHECKING(for rpm SPECS directory)
# Allow users to override RPM_SPECSdir from the environment.
-if test x"$RPM_SPECSdir" = x"$RPM_SPECSdir";
+if test -z "$RPM_SPECSdir" ;
then
# SuSE uses /usr/src/packages
# redhat uses /usr/src/redhat