comparison configure.in @ 644:903a8f7bcb7c

Variable being set forces compat to never be built even with --with-compat specified.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 18 Feb 2011 13:01:23 +0000
parents 9ab89d89e6b4
children d7badd5606ca
comparison
equal deleted inserted replaced
643:9ab89d89e6b4 644:903a8f7bcb7c
31 AC_PROG_INSTALL 31 AC_PROG_INSTALL
32 32
33 AC_SUBST(MAKE) 33 AC_SUBST(MAKE)
34 34
35 dnl ---------------------- check for '--with-compat' switch ----------------- 35 dnl ---------------------- check for '--with-compat' switch -----------------
36 with_compat=no
37 AC_ARG_WITH(compat, 36 AC_ARG_WITH(compat,
38 [ --with-compat specify this to build the optional dwcompat library], 37 [ --with-compat specify this to build the optional dwcompat library],
39 [with_compat=$withval], 38 [with_compat=$withval],
40 [with_compat=no], 39 [with_compat=no],
41 ) 40 )