From 029ad2907eaf93bca978281d1ef98770ee8daef9 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 9 Nov 2006 14:54:54 +0000 Subject: [PATCH] Fixes. --- configure.ad | 6 +++--- doc/Makefile.ad | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ad b/configure.ad index ac9811e8..3dafcc9c 100644 --- a/configure.ad +++ b/configure.ad @@ -984,6 +984,9 @@ AM_CONDITIONAL(SILC_BEOS, test xfalse = xtrue) # AM_CONDITIONAL(SILC_OS2, test xfalse = xtrue) +# Make enable-shared aware +AM_CONDITIONAL(SILC_ENABLE_SHARED, test "$enable_shared" = yes) + #ifdef SILC_DIST_TOOLKIT # --with-irssi # @@ -1044,9 +1047,6 @@ AC_DEFINE_UNQUOTED([SILC_ETCDIR], "$ETCDIR", [SILC_ETCDIR]) ## Misc ## -# Make enable-shared aware -AM_CONDITIONAL(SILC_ENABLE_SHARED, test "$enable_shared" = yes) - SILC_TOP_SRCDIR=`pwd` # Included configure scripts diff --git a/doc/Makefile.ad b/doc/Makefile.ad index db0c4720..980775b6 100644 --- a/doc/Makefile.ad +++ b/doc/Makefile.ad @@ -108,7 +108,7 @@ EXTRA_DIST = \ #endif SILC_DIST_CLIENT #ifndef SILC_DIST_CLIENT example_silcd.conf \ -#endif +#endif SILC_DIST_CLIENT #ifdef SILC_DIST_SERVER examples silcd.8 silcd.conf.5 \ #endif SILC_DIST_SERVER -- 2.43.0