OSDN Git Service

cy8mrln-palmpre: remove unused struct
[android-x86/external-tslib.git] / acinclude.m4
1 # TS_DEFAULT_FLAGS
2 # ----------
3 # Set our default FLAGS variables.
4 # Remember to call before the AC_PROG_ macros, otherwise those
5 # defaults will be used instead of ours.
6 AC_DEFUN([TS_DEFAULT_FLAGS],
7 [
8   if test x"$CFLAGS" = "x"; then
9     CFLAGS="-O2 -Wall -W"
10   fi
11 ]) # TS_DEFAULT_FLAGS