summaryrefslogtreecommitdiffstats
path: root/scripts/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/configure.in')
-rw-r--r--scripts/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/configure.in b/scripts/configure.in
index 3f94025b72..b54d87c707 100644
--- a/scripts/configure.in
+++ b/scripts/configure.in
@@ -18,10 +18,10 @@ then
elif test -d /usr/src/redhat/SPECS;
then
RPM_SPECSdir=/usr/src/redhat/SPECS;
-elif test -d /usr/src/SPECS/;
+elif test -d /usr/src/SPECS;
then
RPM_SPECSdir=/usr/src/SPECS;
-elif test -d /usr/local/src/redhat/SPECS/;
+elif test -d /usr/local/src/redhat/SPECS;
then
RPM_SPECSdir=/usr/local/src/redhat/SPECS;
fi