From 96249aa558bcc34d721fb85a0e7efa905c55eaec Mon Sep 17 00:00:00 2001 From: jpeeler Date: Wed, 18 Mar 2009 20:02:40 +0000 Subject: fix typo which broke configure git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@182965 f38db490-d61c-443f-a65b-d21fe96a405b --- autoconf/ast_check_openh323.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconf/ast_check_openh323.m4 b/autoconf/ast_check_openh323.m4 index 9b786b320..c7dc978ff 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 125999686..0be5b9d21 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 -- cgit v1.2.3