projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf27a3
)
when only checking headers, do not set $1_LIB.
author
Luigi Rizzo
<rizzo@icir.org>
Wed, 4 Oct 2006 23:41:08 +0000
(23:41 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Wed, 4 Oct 2006 23:41:08 +0000
(23:41 +0000)
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
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
c3c3e12
..
c4c822d
100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-88,8
+88,10
@@
if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
fi
$1_LIB=""
$1_INCLUDE=""
- PBX_$1=0
else
+ if test "x${pbxfuncname}" = "x" ; then # only checking headers -> no library
+ $1_LIB=""
+ fi
PBX_$1=1
AC_DEFINE_UNQUOTED([HAVE_$1], 1, [Define to indicate the ${$1_DESCRIP} library])
fi