- enablestring=
- echo $ac_n "checking for --${enablestring:-enable}-treelayout""... $ac_c" 1>&6
-echo "configure:5789: checking for --${enablestring:-enable}-treelayout" >&5
- no_cache=0
- # Check whether --enable-treelayout or --disable-treelayout was given.
-if test "${enable_treelayout+set}" = set; then
- enableval="$enable_treelayout"
-
- if test "$enableval" = yes; then
- ac_cv_use_treelayout='wxUSE_TREELAYOUT=yes'
- else
- ac_cv_use_treelayout='wxUSE_TREELAYOUT=no'
- fi
-
-else
-
- LINE=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- else
- no_cache=1
- fi
-
- ac_cv_use_treelayout='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
-
-fi
-
-
- eval "$ac_cv_use_treelayout"
- if test "$no_cache" != 1; then
- echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
- fi
-
- if test "$wxUSE_TREELAYOUT" = yes; then
- echo "$ac_t""yes" 1>&6
- else
- echo "$ac_t""no" 1>&6
- fi
-
-