Ticket #43257: patch-configure.ac.diff
File patch-configure.ac.diff, 756 bytes (added by jul_bsd@…, 11 years ago) |
---|
-
configure.ac
old new 201 201 dnl 202 202 dnl Checking target platform. 203 203 dnl 204 case x"$target" in 205 xNONE | x) 206 target_or_host="$host" ;; 207 *) 208 target_or_host="$target" ;; 209 esac 210 204 211 AC_MSG_CHECKING([for platform]) 205 212 206 213 platform_os_win32=no … … 215 222 AC_DEFINE(PLATFORM_OS_WIN32,,[Define if compiling for the Win32 platform]) 216 223 AC_DEFINE(HAVE_LANGUAGE_SELECTION,,[Define if the UI language can be defined in the preferences]) 217 224 ;; 218 *-*-darwin* | *-*-rhapsody* )225 *-*-darwin* | *-*-rhapsody* | *darwin*) 219 226 platform_os_osx=yes 220 227 platform_os_name="OS X" 221 228 AC_DEFINE(PLATFORM_OS_OSX,,[Define if compiling for the OS X platform])