mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
fix typo which broke configure
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@182965 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -79,7 +79,7 @@ AC_DEFUN([AST_CHECK_OPENH323_BUILD], [
|
||||
files=`ls -l ${OPENH323_LIBDIR}/lib${pfx}*.so* 2>/dev/null`
|
||||
if test -z "$files"; then
|
||||
# check the default location
|
||||
#files=`ls -l /usr/local/lib/lib${pfx}*.so* 2>/dev/null`
|
||||
files=`ls -l /usr/local/lib/lib${pfx}*.so* 2>/dev/null`
|
||||
fi
|
||||
libfile=
|
||||
if test -n "$files"; then
|
||||
|
2
configure
vendored
2
configure
vendored
@@ -26368,7 +26368,7 @@ echo $ECHO_N "checking OpenH323 build option... $ECHO_C" >&6; }
|
||||
files=`ls -l ${OPENH323_LIBDIR}/lib${pfx}*.so* 2>/dev/null`
|
||||
if test -z "$files"; then
|
||||
# check the default location
|
||||
#files=`ls -l /usr/local/lib/lib${pfx}*.so* 2>/dev/null`
|
||||
files=`ls -l /usr/local/lib/lib${pfx}*.so* 2>/dev/null`
|
||||
fi
|
||||
libfile=
|
||||
if test -n "$files"; then
|
||||
|
Reference in New Issue
Block a user