diff 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
line wrap: on
line diff
--- a/configure.in	Sun Oct 03 00:34:36 2010 +0000
+++ b/configure.in	Fri Feb 18 13:01:23 2011 +0000
@@ -33,7 +33,6 @@
 AC_SUBST(MAKE)
 
 dnl ---------------------- check for '--with-compat' switch -----------------
-with_compat=no
 AC_ARG_WITH(compat,
    [  --with-compat           specify this to build the optional dwcompat library],
    [with_compat=$withval],