[ekiga] Removed a bunch of lines which said "remove me" in configure.ac...



commit 045ece6ccf32a05e87eeee754086c42691e51803
Author: Snark <jpuydt gnome org>
Date:   Mon Oct 18 16:08:40 2010 +0200

    Removed a bunch of lines which said "remove me" in configure.ac...
    
    ... that was so nicely asked!

 configure.ac |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3748c51..e22ef60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,35 +117,6 @@ AC_MSG_RESULT([yes])
 
 AM_CONDITIONAL(WIN32, test "x${win32}" = "x1")
 
-dnl This ARCH stuff is here for reference only and should be removed in the future...
-case $target_os in
-
-  solaris*)
-    ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -DSOLARIS -g "
-    ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
-    ;;
-
-  linux-gnulp | linux-gnu | linux-gnueabi | linux | Linux)
-    ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g -felide-constructors"
-    ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
-    ;;
-
-  FreeBSD* | freebsd* | NetBSD* | netbsd* )
-    ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g"
-    ARCH_OPAL_LIBS="-lpt -lopal -lpthread"
-    ;;
-
-  darwin* )
-    ARCH_PTLIB_CFLAGS="-Os -DPTRACING -DNDEBUG -DNO_LONG_DOUBLE -DSTATIC_LIBS_USED"
-    ARCH_OPAL_LIBS="-multiply_defined suppress -lh323_Darwin_ppc_r_s -lpt_Darwin_ppc_r_s -lssl -lcrypto -lX11 -framework AudioToolbox -framework CoreAudio -framework CoreServices"
-    ;;
-
-  mingw* )
-    ARCH_PTLIB_CFLAGS="-mms-bitfields -DPTRACING -DSTATIC_LIBS_USED"
-    ARCH_OPAL_LIBS="-mwindows -enable-auto-import -enable-runtime-pseudo-reloc -enable-stdcall-fixup -lpt -lopal -lwinmm -lwsock32 -lsnmpapi -lmpr -lcomdlg32"
-    ;;
-esac
-
 dnl Check the byte order
 AC_MSG_CHECKING(Byte order)
 byte_order="unknown"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]