aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-18 20:02:40 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-18 20:02:40 +0000
commit96249aa558bcc34d721fb85a0e7efa905c55eaec (patch)
tree21745c6d1e494f59af47d0f1c4b721dc617ed3a1 /configure
parent45614717640b6f73e17d4568914d374f29f9592d (diff)
fix typo which broke configure
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@182965 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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