X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=62d24cee0e0f0d730ebb99ff055aa267f33d55b6;hb=72b3f34a488e55a8478453e8495657b886d5046d;hp=ecd33a311a269fd455a758464583fdfbac4a26d5;hpb=1d5bfc54842481ae55acf0ed28feb636d549975a;p=swftools.git diff --git a/configure.in b/configure.in index ecd33a3..62d24ce 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging], DEBUG=true) PACKAGE=swftools -VERSION=0.4.4-pre6 +VERSION=0.4.4-pre9 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -73,6 +73,14 @@ if test -d /usr/local/include; then # CPPFLAGS="$CPPFLAGS -I/usr/local/include" echo > /dev/null fi +if test "$prefix" != "NONE" -a "$prefix" != "/usr/local" -a "$prefix" != "/usr/local/"; then + # if the user has a special prefix (like /opt), there might also be $prefix/lib + # and $prefix/include, which should be included in our search paths for libraries + # and includes. + LDFLAGS="$LDFLAGS -L${libdir}" + CPPFLAGS="$CPPFLAGS -I${includedir}" + # TODO- test whether gcc still works after this +fi dnl Checks for libraries. AC_CHECK_LIB(m, sin,,