summaryrefslogtreecommitdiffstats
path: root/scripts/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-08 15:24:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-08 15:24:16 +0000
commitb33ab2b2b304f4c15ab384628c32e2e3c1cda852 (patch)
tree6c87297cf615ffb2570a60637f1844e29c149cd4 /scripts/configure.in
parentUpdated version numbers. (diff)
downloadrtems-b33ab2b2b304f4c15ab384628c32e2e3c1cda852.tar.bz2
Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his Cygwin
for RTEMS toolkit.
Diffstat (limited to 'scripts/configure.in')
-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)