|
|
@ -6,12 +6,11 @@ AC_DEFUN([AC_DRAGONEGG], |
|
|
[use_dragonegg=$enableval], |
|
|
[use_dragonegg=$enableval], |
|
|
[use_dragonegg=no]) |
|
|
[use_dragonegg=no]) |
|
|
|
|
|
|
|
|
if test "x$use_dragonegg" = "xyes"; then |
|
|
|
|
|
# this could be more elaborated in finding drageonegg, etc. |
|
|
|
|
|
|
|
|
AS_IF([test "x$enable_dragonegg" = "xyes"], [ |
|
|
AC_MSG_NOTICE("using dragonegg gcc plugin") |
|
|
AC_MSG_NOTICE("using dragonegg gcc plugin") |
|
|
DRAGONEGG_FLAGS="-fplugin=/usr/lib64/llvm/dragonegg.so" |
|
|
DRAGONEGG_FLAGS="-fplugin=/usr/lib64/llvm/dragonegg.so" |
|
|
AC_SUBST(DRAGONEGG_FLAGS) |
|
|
AC_SUBST(DRAGONEGG_FLAGS) |
|
|
fi |
|
|
|
|
|
|
|
|
]) |
|
|
]) |
|
|
]) |
|
|
|
|
|
|
|
|
# vim: set ft=m4 ts=2 sw=2: |
|
|
# vim: set ft=m4 ts=2 sw=2: |