mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +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 Coarse compiler test macros
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AM_CONDITIONAL([GCC], [[[[ $CXX = *g\+\+* ]]]])
|
AM_CONDITIONAL([GCC], [[[[ $CXX = g\+\+* ]]]])
|
||||||
AM_CONDITIONAL([CLANG], [[[[ $CXX = *clang* ]]]])
|
AM_CONDITIONAL([CLANG], [[[[ $CXX = clang* ]]]])
|
||||||
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
|
|
Loading…
Reference in a new issue