~ubuntu-branches/ubuntu/lucid/erlang/lucid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-11-06 18:54:42 UTC
  • mfrom: (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091106185442-bqxb11qghumvmvx2
Tags: 1:13.b.2.1-dfsg-1ubuntu1
* Merge with Debian testing; remaining Ubuntu changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to. (LP #438365)
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
816
816
  --disable-megaco-reentrant-flex-scanner disable reentrans megaco flex scanner
817
817
  --enable-dynamic-ssl-lib        force using dynamic openssl libraries
818
818
  --disable-dynamic-ssl-lib       disable using dynamic openssl libraries
 
819
  --enable-shared-zlib        enable using shared zlib library
 
820
  --disable-shared-zlib       disable shared zlib, compile own zlib source (default)
819
821
  --disable-erlang-mandir do not install Erlang man pages in a private directory
820
822
  --enable-darwin-universal    build universal binaries on darwin i386
821
823
  --enable-darwin-64bit    build 64bit binaries on darwin
2628
2630
 
2629
2631
fi;
2630
2632
 
 
2633
# Check whether --enable-shared-zlib or --disable-shared-zlib was given.
 
2634
if test "${enable_shared_zlib+set}" = set; then
 
2635
  enableval="$enable_shared_zlib"
 
2636
 
 
2637
fi;
 
2638
 
2631
2639
#
2632
2640
# Set Erlang man page directory
2633
2641
#
2704
2712
        export CFLAGS
2705
2713
        LDFLAGS="-m64 $LDFLAGS"
2706
2714
        export LDFLAGS
 
2715
elif test X"$TMPSYS" '=' X"Darwin-i386"; then
 
2716
        CFLAGS="-m32 $CFLAGS"
 
2717
        export CFLAGS
 
2718
        LDFLAGS="-m32 $LDFLAGS"
 
2719
        export LDFLAGS
2707
2720
fi
2708
2721
 
2709
2722
if test X${enable_m64_build} = Xyes; then