blob: 58a168a5247e90b6049173330b5ef516325b1afe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- configure.in Tue Jul 18 12:45:29 2000
+++ configure.in.next Fri Jul 28 02:49:54 2000
@@ -19,14 +19,6 @@
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a
-dnl use directory structure of cached as default (hack)
-if test "$libexecdir" = '${exec_prefix}/libexec' &&
- test "$localstatedir" = '${prefix}/var'; then
- libexecdir='${bindir}'
- localstatedir='${prefix}'
-
-fi
-
dnl use .exe suffix for executables on cygwin32 platform
case "$host_os" in
cygwin32|os2)
|