From 40ea5987b20d86634c4c6b5f170798759ec0ea66 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 4 Feb 2006 21:36:19 +1000 Subject: [PATCH] Add /opt and /opt/local to list of possibly interesting directories for PATH and library path darcs-hash:20060204113619-ac50b-97b1e6b3c2cf32fa12bf42486f9249319f4a531b.gz --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6481f5d16..66b7733f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_INIT(fish,1.20.1,fish-users@lists.sf.net) -for i in /usr/pkg /sw; do +for i in /usr/pkg /sw /opt /opt/local; do AC_MSG_CHECKING([for $i/include include directory]) if test -d $i/include; then