diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-07-17 10:27:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-07-17 10:29:41 +0200 |
commit | 4f089de48b9849764c68c084b86b79dbfd396145 (patch) | |
tree | cfc0985e99c2e5258ee99425dfe50e21086f6cdf /scp2 | |
parent | 12bf58bee53e0244563c3dc3c0936b338f6d70d8 (diff) |
Typo
Change-Id: I9e4e2cfc3ce61f6ac24e96a2a92fdabc4a72321e
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 35e3f1e777df..37e530435d6c 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1347,12 +1347,12 @@ SPECIAL_LIB_FILE(gid_File_Lib_Sqlite3,sqlite3) of the build to avoid #i106132#. Now we need to put it into the program dir of the install. */ -#if !defined(MACOS) || (MAC_OS_X_VERSION_MIN_REQUIRED < 1060) +#if !defined(MACOSX) || (MAC_OS_X_VERSION_MIN_REQUIRED < 1060) File gid_File_Lib_Sqlite3 Name = "sqlite/" SPECIAL_NAME(sqlite3); PACKED_LIB_FILE_BODY; End -#endif //!defined(MACOS) || (MAC_OS_X_VERSION_MIN_REQUIRED < 1060) +#endif //!defined(MACOSX) || (MAC_OS_X_VERSION_MIN_REQUIRED < 1060) #endif //WNT SPECIAL_LIB_FILE(gid_File_Lib_Ssl3,ssl3) #endif //SYSTEM_NSS |