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