Use compiler detected by configure (portability test on Minix).

This commit is contained in:
W.C.A. Wijngaards 2014-02-14 11:40:23 +01:00
parent df32c65c0f
commit bbdf91de9f
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ LIBTOOL = @libtool@
srcdir = @srcdir@
VPATH = @srcdir@
CC=gcc
CC=@CC@
CFLAGS=@CFLAGS@ -Wall -I$(srcdir)/ -I/usr/local/include -std=c99
LDFLAGS=@LDFLAGS@ @LIBS@
EXTENSION_LIBEVENT_OBJ=@EXTENSION_LIBEVENT_OBJ@

View File

@ -15,7 +15,7 @@ LIBTOOL = @libtool@
srcdir = @srcdir@
VPATH = @srcdir@
CC=gcc
CC=@CC@
CFLAGS=@CFLAGS@ -Wall -I$(srcdir)/ -I$(srcdir)/../ -I/usr/local/include -std=c99
LDFLAGS=@LDFLAGS@ -L. -L.. -L$(srcdir)/../ -L/usr/local/lib
LDLIBS=-lgetdns @LIBS@

View File

@ -15,7 +15,7 @@ LIBTOOL = @libtool@
srcdir = @srcdir@
VPATH = @srcdir@
CC=gcc
CC=@CC@
CFLAGS=@CFLAGS@ -Wall -I$(srcdir)/ -I$(srcdir)/../ -I/usr/local/include -std=c99 $(cflags)
LDFLAGS=@LDFLAGS@ -L. -L.. -L$(srcdir)/../ -L/usr/local/lib
LDLIBS=-lgetdns @LIBS@ -lcheck