summaryrefslogtreecommitdiffstats
path: root/scripts/configure.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/configure.in b/scripts/configure.in
index f4dd6aa431..20c99b9400 100644
--- a/scripts/configure.in
+++ b/scripts/configure.in
@@ -21,6 +21,9 @@ then
elif test -d /usr/src/SPECS/;
then
RPM_SPECSdir=/usr/src/SPECS;
+elif test -d /usr/local/src/redhat/SPECS/;
+then
+ RPM_SPECSdir=/usr/local/src/redhat/SPECS;
fi
if test x"$RPM_SPECSdir" = x"" ; then
AC_MSG_ERROR(not found)