X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fconfigure.ad;h=53949e4ad360ba7b11d654cee5cd1fb3763b7316;hp=01434b039b8a890702cbd3a37b1763bf165e13e4;hb=f9d9c92fcc179ff82ae7aa5f724440215f194827;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776 diff --git a/lib/silccrypt/configure.ad b/lib/silccrypt/configure.ad index 01434b03..53949e4a 100644 --- a/lib/silccrypt/configure.ad +++ b/lib/silccrypt/configure.ad @@ -1,10 +1,9 @@ -#ifdef SILC_DIST_CRYPTO # # lib/silccrypt/configure.ad # # Author: Pekka Riikonen # -# Copyright (C) 2006 - 2007 Pekka Riikonen +# Copyright (C) 2006 - 2008 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,8 +15,6 @@ # GNU General Public License for more details. # -if test x$compile_libs = xtrue; then - AC_MSG_NOTICE([configuring crypto library]) SILC_CRYPTO_CFLAGS= @@ -56,16 +53,5 @@ fi AC_SUBST(SILC_CRYPTO_CFLAGS) -AC_CONFIG_FILES( -lib/silccrypt/Makefile -#ifdef SILC_DIST_INPLACE -lib/silccrypt/tests/Makefile -#endif SILC_DIST_INPLACE -) - -fi # compile_libs - # AM_CONDITIONAL is so bad that it itself cannot be defined in conditional AM_CONDITIONAL(SILC_AES_ASM, test x$aes_asm = xtrue) - -#endif SILC_DIST_CRYPTO