From 180d2bc7559cea2ef9fe7d468afb815e4a4fce62 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 20 Mar 2007 20:47:21 +0000 Subject: [PATCH] remove debug line from my previous commit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4692 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- configure.in | 1 - src/include/switch_private.h.in | 3 --- 2 files changed, 4 deletions(-) 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