]> git.saurik.com Git - wxWidgets.git/blobdiff - wxwin.m4
fixed ambiguous call to wxMacCarbonEvent::SetParameter
[wxWidgets.git] / wxwin.m4
index 36ddcf63058b08ebd5faa66dfb1c6544673e69b6..2e5d02f6524fd069caa0e436fda0d2158f4fba18 100644 (file)
--- a/wxwin.m4
+++ b/wxwin.m4
@@ -33,7 +33,7 @@ dnl adds support for --wx-prefix, --wx-exec-prefix, --with-wxdir and
 dnl --wx-config command line options
 dnl ---------------------------------------------------------------------------
 
-AC_DEFUN(AM_OPTIONS_WXCONFIG,
+AC_DEFUN([AM_OPTIONS_WXCONFIG],
 [
     AC_ARG_WITH(wxdir,
                 [  --with-wxdir=PATH       Use uninstalled version of wxWindows in PATH],
@@ -73,7 +73,7 @@ dnl ---------------------------------------------------------------------------
 dnl
 dnl Get the cflags and libraries from the wx-config script
 dnl
-AC_DEFUN(AM_PATH_WXCONFIG,
+AC_DEFUN([AM_PATH_WXCONFIG],
 [
   dnl do we have wx-config name: it can be wx-config or wxd-config or ...
   if test x${WX_CONFIG_NAME+set} != xset ; then