From b33ab2b2b304f4c15ab384628c32e2e3c1cda852 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Feb 2000 15:24:16 +0000 Subject: Patch from David Fiddes to match his Cygwin for RTEMS toolkit. --- scripts/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/configure.in') 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) -- cgit v1.2.3