]> git.saurik.com Git - wxWidgets.git/commitdiff
wx is not a compiler, it doesn't need AC_CANONICAL_TARGET
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 6 Jan 2009 22:28:16 +0000 (22:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 6 Jan 2009 22:28:16 +0000 (22:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index dbd48c51cfd1277e39ea580822fff89f786958ce..8bd62e0bcb24f3e5f8184d55ac0bf0216e7d65b9 100644 (file)
@@ -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: