#! /bin/sh
-# From configure.ac Revision: 25611 .
+# From configure.ac Revision: 26020 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
_ACEOF
PBX_OSTYPE="FreeBSD"
+ # XXX temporary hack to let FreeBSD use the default paths
+ # for local stuff. We need a better solution.
+ if test x"${CPPFLAGS}" = x; then
+ CPPFLAGS="-I /usr/local/include"
+ fi
+ if test x"${LDFLAGS}" = x; then
+ LDFLAGS="-L /usr/local/lib"
+ fi
;;
*openbsd*)