Skip to content
Snippets Groups Projects
Commit 5ae29427 authored by Russell Bryant's avatar Russell Bryant
Browse files

add regenerated configure script

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26046 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 92b7543a
No related branches found
No related tags found
No related merge requests found
#! /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.
#
......@@ -1631,6 +1631,14 @@ cat >>confdefs.h <<\_ACEOF
_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*)
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment