summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:51:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:51:20 +0000
commit96a2a020bfd2747c21cfc75df6b11f421758b299 (patch)
tree63fd39c57ef9b218e0028f20961d3b2b37799f4d /scripts/configure.ac
parent2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-96a2a020bfd2747c21cfc75df6b11f421758b299.tar.bz2
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix typo to allow custom RPM_SPECSdirs.
Diffstat (limited to '')
-rw-r--r--scripts/configure.ac2
1 files changed, 1 insertions, 1 deletions
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