mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7d2b0dbb5c
PR: 20211 Submitted by: Naoki IDO <ido@hitachi-ms.co.jp> Reviewed by: adrian
18 lines
473 B
Plaintext
18 lines
473 B
Plaintext
--- 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)
|