+ enablestring=
+ defaultval=$wxUSE_ALL_FEATURES
+ if test -z"$defaultval"; then
+ if test x"$enablestring" = xdisable; then
+ defaultval=yes
+ else
+ defaultval=no
+ fi
+ fi
+
+ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
+echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6
+ no_cache=0
+ # Check whether --enable-svg or --disable-svg was given.
+if test "${enable_svg+set}" = set; then
+ enableval="$enable_svg"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_svg='wxUSE_SVG=yes'
+ else
+ ac_cv_use_svg='wxUSE_SVG=no'
+ fi
+
+else
+
+ LINE=`grep "^wxUSE_SVG=" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
+
+fi;
+
+ eval "$ac_cv_use_svg"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_svg >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test x"$enablestring" = xdisable; then
+ if test $wxUSE_SVG = yes; then
+ result=no
+ else
+ result=yes
+ fi
+ else
+ result=$wxUSE_SVG
+ fi
+
+ echo "$as_me:$LINENO: result: $result" >&5
+echo "${ECHO_T}$result" >&6
+
+