Update of /cvsroot/liboss/liboss
In directory usw-pr-cvs1:/tmp/cvs-serv2391
Modified Files:
configure.in
Log Message:
my bad on the comment, just removed completly
Index: configure.in
===================================================================
RCS file: /cvsroot/liboss/liboss/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- configure.in 9 May 2002 19:36:55 -0000 1.8
+++ configure.in 9 May 2002 19:41:22 -0000 1.9
@@ -83,7 +83,6 @@
dnl Libtool
dnl
AC_LIBTOOL_DLOPEN
-#AM_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)
if ${CONFIG_SHELL} ./libtool --features | grep "enable static" >/dev/null; then
@@ -109,16 +108,6 @@
dnl
AC_SUBST(DEBUG_CFLAGS)
DEBUG_CFLAGS="-g -DDEBUG"
-
-#dnl
-3dnl dynamic linker
-3dnl
-#AC_CHECK_LIB(c, dlopen,
-# DYNAMIC_LD_LIBS="",
-# AC_CHECK_LIB(dl, dlopen,
-# DYNAMIC_LD_LIBS="-ldl",
-# AC_MSG_ERROR(dynamic linker needed)))
-#AC_SUBST(DYNAMIC_LD_LIBS)
dnl
dnl Using or not using -fPIC (override default behavior - system dependent)
|