aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-02-04 09:26:22 +0800
committerChris Toshok <toshok@src.gnome.org>2003-02-04 09:26:22 +0800
commit1b564cc2a2c362e2a2edc589559443ba3b0928bb (patch)
tree376bc722bd1eb09bee631d98e13497695ff98660 /configure.in
parent3b2bc2c2447068b3c1a8d31aaa90e21b2b8f79ff (diff)
downloadgsoc2013-evolution-1b564cc2a2c362e2a2edc589559443ba3b0928bb.tar
gsoc2013-evolution-1b564cc2a2c362e2a2edc589559443ba3b0928bb.tar.gz
gsoc2013-evolution-1b564cc2a2c362e2a2edc589559443ba3b0928bb.tar.bz2
gsoc2013-evolution-1b564cc2a2c362e2a2edc589559443ba3b0928bb.tar.lz
gsoc2013-evolution-1b564cc2a2c362e2a2edc589559443ba3b0928bb.tar.xz
gsoc2013-evolution-1b564cc2a2c362e2a2edc589559443ba3b0928bb.tar.zst
gsoc2013-evolution-1b564cc2a2c362e2a2edc589559443ba3b0928bb.zip
remove the --enable-shlib-components stuff.
2003-02-03 Chris Toshok <toshok@ximian.com> * configure.in: remove the --enable-shlib-components stuff. svn path=/trunk/; revision=19723
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in43
1 files changed, 4 insertions, 39 deletions
diff --git a/configure.in b/configure.in
index 6f6425a12b..ce3978121e 100644
--- a/configure.in
+++ b/configure.in
@@ -514,31 +514,6 @@ fi
AC_MSG_RESULT($with_broken_spool)
-dnl ***************************************************************
-dnl Whether to build shlib components (instead of out-of-proc ones)
-dnl ***************************************************************
-
-AC_ARG_ENABLE(shlib-components,
- [ --enable-shlib-components Enable building of some of the components as shared libs],
- enable_shlib_components=yes,enable_shlib_components=no)
-
-AM_CONDITIONAL(ENABLE_SHLIB_COMPONENTS, test "x$enable_shlib_components" = "xyes")
-
-if test "x$enable_shlib_components" = "xyes" ; then
- OAF_SHLIB_TYPE="shlib"
- OAF_SHLIB_PREFIX="lib"
- OAF_SHLIB_SUFFIX=".so"
-else
- OAF_SHLIB_TYPE="exe"
- OAF_SHLIB_PREFIX=""
- OAF_SHLIB_SUFFIX=""
-fi
-
-AC_SUBST(OAF_SHLIB_TYPE)
-AC_SUBST(OAF_SHLIB_PREFIX)
-AC_SUBST(OAF_SHLIB_SUFFIX)
-
-
dnl *********
dnl Libraries
dnl *********
@@ -1405,26 +1380,16 @@ echo "\
IPv6 support: $msg_ipv6
Dot Locking: $msg_dot
File Locking: $msg_file
- Gtk-doc: $enable_gtk_doc
- Shlib components: $enable_shlib_components"
+ Gtk-doc: $enable_gtk_doc"
if test x$enable_gtk_doc = xyes; then
echo "
- Programming documentation files will be built automatically."
+ Programming documentation files will be built automatically.
+"
else
echo "
Programming documentation files will not be built.
You may want to install the gtk-doc package
- so that you will get the Evolution Developer's Guide."
-fi
-
-if test "x$enable_shlib_components" = "xyes" ; then
- echo "
- *** Warning, shlib components are currently broken.
- *** Enabling this option will probably cause Evolution to not
- *** work correctly.
-"
-else
- echo "
+ so that you will get the Evolution Developer's Guide.
"
fi