]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix typo which broke configure
authorJeff Peeler <jpeeler@digium.com>
Wed, 18 Mar 2009 20:02:40 +0000 (20:02 +0000)
committerJeff Peeler <jpeeler@digium.com>
Wed, 18 Mar 2009 20:02:40 +0000 (20:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@182965 65c4cc65-6c06-0410-ace0-fbb531ad65f3

autoconf/ast_check_openh323.m4
configure

index 9b786b32053342362396fe4fc13d482d19ec8950..c7dc978ff75c4e3587af1fc65494635807a7eb19 100644 (file)
@@ -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
index 1259996865566b797001de640e4ab0eb3df13adc..0be5b9d215aab2e3d59e3264d0155006edfeb247 100755 (executable)
--- 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