From: Václav Slavík Date: Tue, 6 Jan 2009 22:28:16 +0000 (+0000) Subject: wx is not a compiler, it doesn't need AC_CANONICAL_TARGET X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b3f453f86c78478e0c9c7a0b7071ba000fc57d12?ds=inline wx is not a compiler, it doesn't need AC_CANONICAL_TARGET git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index dbd48c51cf..8bd62e0bcb 100644 --- a/configure.in +++ b/configure.in @@ -22,10 +22,9 @@ AC_INIT([wxWidgets], [2.9.0], [wx-dev@lists.wxwidgets.org]) dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package AC_CONFIG_SRCDIR([wx-config.in]) -dnl sets build, host, target variables and the same with _alias +dnl sets build, host variables and the same with _alias AC_CANONICAL_BUILD AC_CANONICAL_HOST -AC_CANONICAL_TARGET dnl When making releases do: