From: Bjorn Munch Date: May 7 2012 10:16am Subject: bzr push into mysql-trunk branch (bjorn.munch:3793 to 3794) List-Archive: http://lists.mysql.com/commits/143760 Message-Id: <201205071016.q47AGnUs012468@acsmt358.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3794 Bjorn Munch 2012-05-07 To -itch: Fix hack to skip build on non-solaris modified: configure.cmake include/my_global.h 3793 Bjorn Munch 2012-05-07 To -itch: testing unittest failures with TAP modified: configure.cmake unittest/examples/simple-t.c unittest/unit.pl === modified file 'configure.cmake' --- a/configure.cmake 2012-05-07 09:28:35 +0000 +++ b/configure.cmake 2012-05-07 10:13:50 +0000 @@ -73,8 +73,6 @@ IF(CMAKE_SYSTEM_NAME MATCHES "SunOS") SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -library=stlport4") ENDIF() -ELSE() - MESSAGE(FATAL_ERROR "Don't bother building this on Non-Solaris") ENDIF() MACRO(DIRNAME IN OUT) === modified file 'include/my_global.h' --- a/include/my_global.h 2012-03-06 14:29:42 +0000 +++ b/include/my_global.h 2012-05-07 10:13:50 +0000 @@ -249,6 +249,8 @@ #else #define _XOPEN_SOURCE 500 #endif +#else +#error Don't bother on non-solaris #endif #if !defined(__WIN__) No bundle (reason: useless for push emails).