X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.in.pre;h=c8259d79c3bdd87cde3f0a98d2448fc39e0be17c;hb=09bae6acdf9a519c6d9b4e7535e7f7e56b6c24c1;hp=df04c31385aec210b2a772e0cb9796bb38b9bb03;hpb=f93d80a4907e9ddd4bdc8b12a9f82cf2b279d07b;p=silc.git diff --git a/configure.in.pre b/configure.in.pre index df04c313..c8259d79 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -16,7 +16,7 @@ # GNU General Public License for more details. # -AC_INIT(includes/version.h) +AC_INIT(includes/silcversion.h) # # Put here any platform specific stuff @@ -620,6 +620,11 @@ AM_CONDITIONAL(SILC_EPOC, test xfalse = xtrue) # AM_CONDITIONAL(SILC_BEOS, test xfalse = xtrue) +# +# Native OS2 support (disabled by default) +# +AM_CONDITIONAL(SILC_OS2, test xfalse = xtrue) + # # IPv6 support # @@ -765,7 +770,9 @@ fi # # Other configure scripts # +if test "x$silc_dist" = "xsilc-client"; then AC_CONFIG_SUBDIRS(irssi) +fi AC_CONFIG_SUBDIRS(lib/silcmath/mpi) #AC_CONFIG_SUBDIRS(lib/zlib)