From 36b6704eab35ccc5d639f472488be7dfa8b917e2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Oct 1999 15:31:15 +0000 Subject: Corrected typo. --- scripts/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/configure.in') diff --git a/scripts/configure.in b/scripts/configure.in index 551f039281..bcbc18f25d 100644 --- a/scripts/configure.in +++ b/scripts/configure.in @@ -10,13 +10,13 @@ test -f ./setup.cache || cp ./setup.def ./setup.cache AC_MSG_CHECKING(for rpm SPECS directory) if test -d /usr/src/packages/SPECS; then -RPM_SPECSdir=/usr/src/packages/SPECS; + RPM_SPECSdir=/usr/src/packages/SPECS; elif test -d /usr/src/redhat/SPECS; then -RPM_SPECSdirs=/usr/src/redhat/SPECS; + RPM_SPECSdir=/usr/src/redhat/SPECS; elif test -d /usr/src/SPECS/; then -RPM_SPECSdir=/usr/src/SPECS; + RPM_SPECSdir=/usr/src/SPECS; fi if test x"$RPM_SPECSdir" = x; then AC_MSG_ERROR(not found) -- cgit v1.2.3