Commit 19b9a6c9 authored by jimw@mysql.com's avatar jimw@mysql.com

Remove gcc-specific additions to AM_CFLAGS in unittest Makefile.am files

parent 4cfc3780
......@@ -3,8 +3,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
AM_CFLAGS = -W -Wall -ansi -pedantic
LDADD = -lmytap
noinst_PROGRAMS = simple.t skip.t todo.t skip_all.t no_plan.t
......
......@@ -4,8 +4,6 @@ AM_CPPFLAGS += -I$(srcdir)/..
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
AM_CFLAGS = -Wall -ansi -pedantic
LDADD = -lmytap
noinst_PROGRAMS = basic.t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment