No benchmarking on Windows for now.
[platform/upstream/libaec.git] / CMakeLists.txt
index 26ea2bb..1342a33 100644 (file)
@@ -13,7 +13,7 @@ CHECK_INCLUDE_FILES(stdint.h HAVE_STDINT_H)
 TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
 CHECK_C_SOURCE_COMPILES(
   "int main(int argc, char *argv[])
-{return __builtin_clzll(1LL)\;}"
+{return __builtin_clzll(1LL);}"
   HAVE_DECL___BUILTIN_CLZLL
   )