From ac2a3ea3e78949a4f22d74c525e8a1e82fc61649 Mon Sep 17 00:00:00 2001 From: Michael Haberler Date: Mon, 10 Aug 2015 07:29:55 +0200 Subject: [PATCH] configure: fix typo in PC_FLAGS pattern --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e9bc517..5c21d11 100755 --- a/configure +++ b/configure @@ -111,7 +111,7 @@ generate() -e "s#@LDNAME@#$LDNAME#g" \ -e "s#@LDNAME_MAJOR@#$LDNAME_MAJOR#g" \ -e "s#@LDNAME_VERSION@#$LDNAME_VERSION#g" \ - -e "s#@PC_CFLAGS#$PC_CFLAGS#g" \ + -e "s#@PC_CFLAGS@#$PC_CFLAGS#g" \ $1 > $2 }