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/ChangeLog | 4 ++++ scripts/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') 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 + + * configure.ac: Fix typo to allow custom RPM_SPECSdirs. + 2001-10-16 Joel Sherrill * 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 -- cgit v1.2.3