fix HAVE_ macros not being converted to uppercase on Solaris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -284,7 +284,7 @@ AC_DEFUN([WX_CHECK_FUNCS],
|
||||
|
||||
if eval test \$wx_cv_func_$wx_func = yes
|
||||
then
|
||||
AC_DEFINE_UNQUOTED([HAVE_`echo $wx_func | tr 'a-z' 'A-Z'`])
|
||||
AC_DEFINE_UNQUOTED([AS_TR_CPP([HAVE_$wx_func])])
|
||||
$2
|
||||
else
|
||||
:
|
||||
|
Reference in New Issue
Block a user