+ withstring=without
+ echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
+echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
+ no_cache=0
+
+# Check whether --with-subdirs or --without-subdirs was given.
+if test "${with_subdirs+set}" = set; then
+ withval="$with_subdirs"
+
+ if test "$withval" = yes; then
+ ac_cv_use_subdirs='wxWITH_SUBDIRS=yes'
+ else
+ ac_cv_use_subdirs='wxWITH_SUBDIRS=no'
+ fi
+
+else
+
+ LINE=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_subdirs='wxWITH_SUBDIRS='$DEFAULT_wxWITH_SUBDIRS
+
+fi;
+
+ eval "$ac_cv_use_subdirs"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxWITH_SUBDIRS" = yes; then
+ echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+ else
+ echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+ fi
+
+