From: Michael Jerris Date: Tue, 20 Mar 2007 20:47:21 +0000 (+0000) Subject: remove debug line from my previous commit X-Git-Tag: v1.0-beta1~734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180d2bc7559cea2ef9fe7d468afb815e4a4fce62;p=thirdparty%2Ffreeswitch.git remove debug line from my previous commit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4692 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 4f81f98877..1434c4c895 100644 --- a/configure.in +++ b/configure.in @@ -68,7 +68,6 @@ if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then elif test "x${ax_cv_c_compiler_vendor}" = "xgnu" ; then case "$host" in *darwin*) - echo in darwin SOLINK="-dynamic -bundle -force-flat-namespace" ;; *) diff --git a/src/include/switch_private.h.in b/src/include/switch_private.h.in index 07dd146b40..a61eded2a4 100644 --- a/src/include/switch_private.h.in +++ b/src/include/switch_private.h.in @@ -7,9 +7,6 @@ */ #undef HAVE_DIRENT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME