mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
632 B
Diff
15 lines
632 B
Diff
|
diff -ur libantlr3c-3.3-SNAPSHOT.old//configure.ac libantlr3c-3.3-SNAPSHOT/configure.ac
|
||
|
--- libantlr3c-3.3-SNAPSHOT.old//configure.ac 2011-04-03 10:40:51.277000042 +0300
|
||
|
+++ libantlr3c-3.3-SNAPSHOT/configure.ac 2011-04-03 10:41:22.092000042 +0300
|
||
|
@@ -134,8 +134,8 @@
|
||
|
;;
|
||
|
esac
|
||
|
|
||
|
-CFLAGS="$CCFLAGS64 $CPPCMNTFLAGS $OPTIMFLAGS $DEBUGFLAGS $WARNFLAGS"
|
||
|
-AC_MSG_RESULT([$CFLAGS])
|
||
|
+AM_CFLAGS="$CCFLAGS64 $CPPCMNTFLAGS $OPTIMFLAGS $DEBUGFLAGS $WARNFLAGS"
|
||
|
+AC_MSG_RESULT([$AM_CFLAGS])
|
||
|
AC_SUBST([OBJECT_MODE])
|
||
|
|
||
|
AS_IF([test "x$enable_antlrdebug" = xno], [AC_DEFINE([ANTLR3_NODEBUGGER], [1], [Define if ANTLR debugger not required])], [])
|