Skip to content
Snippets Groups Projects
Commit 4b55f8d9 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

when only checking headers, do not set $1_LIB.

Also PBX_$1=0 is the default so we don't need to set it explicitly.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44421 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5cf27a30
Branches 1.0
No related tags found
No related merge requests found
...@@ -88,8 +88,10 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then ...@@ -88,8 +88,10 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
fi fi
$1_LIB="" $1_LIB=""
$1_INCLUDE="" $1_INCLUDE=""
PBX_$1=0
else else
if test "x${pbxfuncname}" = "x" ; then # only checking headers -> no library
$1_LIB=""
fi
PBX_$1=1 PBX_$1=1
AC_DEFINE_UNQUOTED([HAVE_$1], 1, [Define to indicate the ${$1_DESCRIP} library]) AC_DEFINE_UNQUOTED([HAVE_$1], 1, [Define to indicate the ${$1_DESCRIP} library])
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment