From 5ca8aa78408fcc2a34dd72e24414ab13352f4b70 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 28 Apr 2014 19:06:01 +0200 Subject: [PATCH] configure: sed Makefile with MYCPPFLAGS --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 18f0740..7d91445 100755 --- a/configure +++ b/configure @@ -642,7 +642,7 @@ do sed -e "s%@EXTRA_OBJECTS@%${EXTRA_OBJECTS}%;\ s%@CC@%${MYCC}%;\ s%@CFLAGS@%${MYCFLAGS}%;\ - s%@CPPFLAGS@%${CPPFLAGS}%;\ + s%@CPPFLAGS@%${MYCPPFLAGS}%;\ s%@LIBS@%${LIBS}%;\ s%@LDFLAGS@%${MYLDFLAGS}%;\ s%@EXTRA_LIBS@%${EXTRA_LIBS}%;\