Fix build on CURRENT using m4 -g instead of m4

Approved by:	johans
This commit is contained in:
Baptiste Daroussin 2011-12-18 22:58:50 +00:00
parent 91b4ed8d8a
commit 038af1db6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287629

View file

@ -37,7 +37,7 @@ MAN1= pike.1
CFLAGS+= -ffast-math -fomit-frame-pointer
CONFIGURE_ENV= CPPFLAGS+=${PTHREAD_CFLAGS}
CONFIGURE_ENV= CPPFLAGS+=${PTHREAD_CFLAGS} M4="/usr/bin/m4 -g"
CONFIGURE_ARGS+= --without-debug \
--with-thread-library=${PTHREAD_LIBS} \
--with-double-precision \