0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-17 01:18:39 +02:00

Fix configure.ac macro expression.

This commit is contained in:
Jason Volk 2016-07-23 19:39:03 -07:00
parent 8fed90ba8a
commit 983f0bc154

View file

@ -102,8 +102,8 @@ dnl
dnl Coarse compiler test macros
dnl
AM_CONDITIONAL([GCC], [[[[ $CXX = *g\+\+* ]]]])
AM_CONDITIONAL([CLANG], [[[[ $CXX = *clang* ]]]])
AM_CONDITIONAL([GCC], [[[[ $CXX = g\+\+* ]]]])
AM_CONDITIONAL([CLANG], [[[[ $CXX = clang* ]]]])
dnl