From 5a30c1dc7843abe252dc870a51e5510ebf291d96 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Mon, 3 Sep 2018 10:25:18 +0900 Subject: Change old gpg-error-config for isubdirafter. --- src/gpg-error-config.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gpg-error-config.in b/src/gpg-error-config.in index aa7cb67..92bc13a 100644 --- a/src/gpg-error-config.in +++ b/src/gpg-error-config.in @@ -14,7 +14,6 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ includedir=@includedir@ libdir=@libdir@ -isubdirafter="@GPG_ERROR_CONFIG_ISUBDIRAFTER@" if echo "$0" | grep gpg-error-config 2>/dev/null >/dev/null; then myname="gpg-error-config" @@ -72,11 +71,6 @@ while test $# -gt 0; do if test "x$includedir" != "x/usr/include" -a "x$includedir" != "x/include"; then output="$output -I$includedir" fi - # Note: -idirafter is a gcc extension. It is only used on - # systems where gcc is the only compiler we support (WindowsCE). - for i in $isubdirafter; do - output="$output -idirafter ${includedir}/${i}" - done output="$output @GPG_ERROR_CONFIG_CFLAGS@" if test $mt = yes ; then output="$output @GPG_ERROR_CONFIG_MT_CFLAGS@" -- cgit v1.2.3