mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-08 20:33:40 +01:00
Added CFLAGS and CPPFLAGS for Chameleon. #20
This commit is contained in:
parent
856adafb16
commit
440ac2b752
@ -112,7 +112,9 @@ case "$with_chameleon" in
|
||||
AC_MSG_ERROR([--with-chameleon path does not point to a directory])
|
||||
fi
|
||||
LIBCHAMELEON_PATH="-L$with_chameleon/lib"
|
||||
CFLAGS="$LIBCHAMELEON_CFLAGS $CFLAGS"
|
||||
CXXFLAGS="-I$with_chameleon/include $CXXFLAGS"
|
||||
CPPFLAGS="$LIBCHAMELEON_CFLAGS $CPPFLAGS"
|
||||
esac
|
||||
])
|
||||
AH_TEMPLATE(USE_CHAMELEON,[Chameleon support is available])
|
||||
|
Loading…
Reference in New Issue
Block a user