summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-13 15:05:15 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-13 15:05:15 (GMT)
commitf191a9e8e4f3fbcf018fac4996d764c2b9d60800 (patch)
treee2a8663f5a61e01b512d57618cc5b5b3c32d56b3 /configure
parentf852fff878a578bef805310b0bfb7cbd1980e689 (diff)
parente13c3201fb66c4c211b4ebb7604d1435bedc1015 (diff)
downloadcpython-f191a9e8e4f3fbcf018fac4996d764c2b9d60800.zip
cpython-f191a9e8e4f3fbcf018fac4996d764c2b9d60800.tar.gz
cpython-f191a9e8e4f3fbcf018fac4996d764c2b9d60800.tar.bz2
Issue #28190: Merge 3.6.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 4bc92c5..e262d14 100755
--- a/configure
+++ b/configure
@@ -15706,7 +15706,9 @@ fi
# first curses header check
ac_save_cppflags="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
+if test "$cross_compiling" = no; then
+ CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
+fi
for ac_header in curses.h ncurses.h
do :