summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorJon Olav Hauglid <jon.hauglid@sun.com>2010-02-25 13:29:14 +0100
committerJon Olav Hauglid <jon.hauglid@sun.com>2010-02-25 13:29:14 +0100
commita52ad97e67f703ab1a5ee9e49cf7a4cac9191534 (patch)
tree38573df058958389676e559712f75cc85edda383 /storage
parentdd42aab8406e70caec4f58435c0281cddc8ea2c0 (diff)
parent342c5c2c7f99d776c544c29c29b9002eb61a937c (diff)
downloadmariadb-git-a52ad97e67f703ab1a5ee9e49cf7a4cac9191534.tar.gz
merge from mysql-next-mr-bugfixing
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/CMakeLists.txt b/storage/innobase/CMakeLists.txt
index 81a73513806..a11007c8472 100644
--- a/storage/innobase/CMakeLists.txt
+++ b/storage/innobase/CMakeLists.txt
@@ -78,8 +78,8 @@ IF(NOT CMAKE_CROSSCOMPILING)
)
ENDIF()
-IF(HAVE_IBGCC_ATOMIC_BUILTINS)
- ADD_DEFINITIONS(-DHAVE_IBGCCC_ATOMIC_BUILTINS=1)
+IF(HAVE_IB_GCC_ATOMIC_BUILTINS)
+ ADD_DEFINITIONS(-DHAVE_IB_GCC_ATOMIC_BUILTINS=1)
ENDIF()
# either define HAVE_IB_ATOMIC_PTHREAD_T_GCC or not