~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/wx/configure

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3968
3968
 
3969
3969
 
3970
3970
 
3971
 
if test X"$MIXED_CYGWIN_VC" != X"yes" ; then
 
3971
if test "$cross_compiling" = "yes"; then
 
3972
    echo "Cross compilation of the wx driver is not supported yet, wx will NOT be usable" > ./CONF_INFO
 
3973
    WXERL_CAN_BUILD_DRIVER=false
 
3974
elif test X"$MIXED_CYGWIN_VC" != X"yes" ; then
3972
3975
 
3973
3976
 
3974
3977
 
4545
4548
                wxWidgets version is $reqwx or above." >&2;}
4546
4549
   { (exit 1); exit 1; }; }
4547
4550
        else
4548
 
           echo "wxWidgets not found, wx will NOT be useable" > ./CONF_INFO
 
4551
           echo "wxWidgets not found, wx will NOT be usable" > ./CONF_INFO
4549
4552
           WXERL_CAN_BUILD_DRIVER=false
4550
4553
           { echo "$as_me:$LINENO: WARNING:
4551
4554
                wxWidgets must be installed on your system.
4638
4641
 
4639
4642
fi
4640
4643
 
 
4644
if test "$WXERL_CAN_BUILD_DRIVER" != "false"; then
 
4645
 
4641
4646
 
4642
4647
 
4643
4648
 
5784
5789
echo "$as_me: WARNING: Can not link wx program are all developer packages installed?" >&2;}
5785
5790
fi
5786
5791
 
 
5792
fi
5787
5793
 
5788
5794
 
5789
5795
#############################################################################