~ubuntu-branches/debian/stretch/ccache/stretch

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Joel Rosdahl
  • Date: 2015-10-08 21:48:51 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20151008214851-rucjv972rs2jnay2
Tags: 3.2.4-1
* New upstream release 3.2.4
* Use debhelper compat level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
639
639
test_suites
640
640
include_dev_mk
641
641
extra_libs
642
 
extra_ldflags
643
 
extra_cppflags
644
642
host_os
645
643
host_vendor
646
644
host_cpu
2326
2324
 
2327
2325
 
2328
2326
case $host in
2329
 
    *mingw32* | *cygwin* | *wince* | *mingwce*)
 
2327
    *mingw32* | *mingw64* | *cygwin* | *wince* | *mingwce*)
2330
2328
        windows_os=yes
2331
2329
 
2332
2330
$as_echo "#define _WIN32_WINNT 0x0600" >>confdefs.h
2338
2336
 
2339
2337
 
2340
2338
 
2341
 
 
2342
 
 
2343
2339
ac_ext=c
2344
2340
ac_cpp='$CPP $CPPFLAGS'
2345
2341
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5677
5673
fi
5678
5674
 
5679
5675
if test x${use_bundled_zlib} = xyes; then
5680
 
    extra_cppflags="-I\$(srcdir)/zlib"
5681
 
    extra_ldflags="-Lzlib"
 
5676
    CPPFLAGS="$CPPFLAGS -I\$(srcdir)/zlib"
5682
5677
    extra_libs="zlib/libz.a"
5683
5678
    mkdir -p zlib
5684
5679
else
5685
 
    extra_libs="-lz"
 
5680
    LIBS="$LIBS -lz"
5686
5681
fi
5687
5682
 
5688
5683
if test x${windows_os} = xyes; then
5689
 
    extra_ldflags="$extra_ldflags -lws2_32"
 
5684
    LIBS="$LIBS -lws2_32"
5690
5685
fi
5691
5686
 
5692
5687
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5