From 96a2a020bfd2747c21cfc75df6b11f421758b299 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Nov 2001 16:51:20 +0000 Subject: 2001-11-15 Ralf Corsepius * configure.ac: Fix typo to allow custom RPM_SPECSdirs. --- scripts/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/configure.ac') 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 -- cgit v1.2.3