[svn-commits] jpeeler: branch 1.4 r182965 - in /branches/1.4: ./ autoconf/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Mar 18 15:02:44 CDT 2009
Author: jpeeler
Date: Wed Mar 18 15:02:40 2009
New Revision: 182965
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=182965
Log:
fix typo which broke configure
Modified:
branches/1.4/autoconf/ast_check_openh323.m4
branches/1.4/configure
Modified: branches/1.4/autoconf/ast_check_openh323.m4
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/autoconf/ast_check_openh323.m4?view=diff&rev=182965&r1=182964&r2=182965
==============================================================================
--- branches/1.4/autoconf/ast_check_openh323.m4 (original)
+++ branches/1.4/autoconf/ast_check_openh323.m4 Wed Mar 18 15:02:40 2009
@@ -79,7 +79,7 @@
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
More information about the svn-commits
mailing list