mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
Fix configure.ac macro expression.
This commit is contained in:
parent
8fed90ba8a
commit
983f0bc154
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue