X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fncurses-config.in;h=a616bb648dd9de18e2dbd6138a0cb248d50607eb;hp=f5e6e7ede45d676690f9998d8c2318fe2a908e1c;hb=ad0373780c377b7abe50c77fc9a36092972dc872;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/misc/ncurses-config.in b/misc/ncurses-config.in index f5e6e7ed..a616bb64 100644 --- a/misc/ncurses-config.in +++ b/misc/ncurses-config.in @@ -1,7 +1,7 @@ #!@SHELL@ -# $Id: ncurses-config.in,v 1.30 2012/11/11 00:14:28 tom Exp $ +# $Id: ncurses-config.in,v 1.32 2015/02/21 21:36:16 tom Exp $ ############################################################################## -# Copyright (c) 2006-2011,2012 Free Software Foundation, Inc. # +# Copyright (c) 2006-2012,2015 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -97,7 +97,7 @@ while test $# -gt 0; do ;; # compile/link --cflags) - INCS= + INCS="@PKG_CFLAGS@" if test "x@WITH_OVERWRITE@" = xno ; then INCS="$INCS -I${includedir}/${THIS}" fi