From: Jeff Peeler Date: Wed, 18 Mar 2009 20:02:40 +0000 (+0000) Subject: fix typo which broke configure X-Git-Tag: 1.4.25-rc1~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3849208a9980b1801ac8ded8ed4b8b4f2c87c0e9;p=thirdparty%2Fasterisk.git fix typo which broke configure git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@182965 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/autoconf/ast_check_openh323.m4 b/autoconf/ast_check_openh323.m4 index 9b786b3205..c7dc978ff7 100644 --- a/autoconf/ast_check_openh323.m4 +++ b/autoconf/ast_check_openh323.m4 @@ -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 diff --git a/configure b/configure index 1259996865..0be5b9d215 100755 --- a/configure +++ b/configure @@ -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