X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c6f14e1a7b5062fcf77eda40824d820d9ac288e..448cbf1d4ef247bacd87dadb38e0bce895ead4d1:/configure diff --git a/configure b/configure index c29078fe4b..9a707790b2 100755 --- a/configure +++ b/configure @@ -11362,7 +11362,6 @@ do done done - test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" fi fi AR=$ac_cv_prog_AR @@ -11374,6 +11373,11 @@ else echo "${ECHO_T}no" >&6 fi +if test "x$AR" = "x" ; then + { { echo "$as_me:$LINENO: error: ar is needed to build wxWindows" >&5 +echo "$as_me: error: ar is needed to build wxWindows" >&2;} + { (exit 1); exit 1; }; } +fi # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -34880,8 +34884,6 @@ fi - - # Check whether --enable-precomp-headers or --disable-precomp-headers was given. if test "${enable_precomp_headers+set}" = set; then enableval="$enable_precomp_headers"