+
+
+ enablestring=
+ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
+echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
+ no_cache=0
+ # Check whether --enable-official_build or --disable-official_build was given.
+if test "${enable_official_build+set}" = set; then
+ enableval="$enable_official_build"
+
+ if test "$enableval" = yes; then
+ ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
+ else
+ ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
+ fi
+
+else
+
+ LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ else
+ no_cache=1
+ fi
+
+ ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
+
+fi;
+
+ eval "$ac_cv_use_official_build"
+ if test "$no_cache" != 1; then
+ echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
+ fi
+
+ if test "$wxUSE_OFFICIAL_BUILD" = 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
+
+# Check whether --enable-vendor or --disable-vendor was given.
+if test "${enable_vendor+set}" = set; then
+ enableval="$enable_vendor"
+ VENDOR="$enableval"
+fi;
+if test "x$VENDOR" = "x"; then
+ VENDOR="custom"
+fi
+