[Gambas-user] make install 0.83

Benoit Minisini gambas at ...1...
Mon Feb 9 14:59:03 CET 2004


On Monday 09 February 2004 07:46, ron wrote:
> > i will look on the line about 9091
> >
> >
> >   NET_LIB="$NET_LIB $C_LIB $THREAD_LIB"
> >
> >   if test "$have_inc_net" = "yes" && test "$have_lib_net" = "yes"; then
> >     have_net=no
> >     NET_LIB=""
> >     NET_DIR=""
> >     NET_PATH=""
> >     echo "configure: warning: *** Networking component is disabled" 1>&2
> >
> > ##	have_net=yes
> > ##    NET_DIR=net
> > ##    cat >> confdefs.h <<\EOF
> > ## #define HAVE_NET_COMPONENT 1
> > ## EOF
> >
> >   else
> >     have_net=no
> >     NET_LIB=""
> >     NET_DIR=""
> >     NET_PATH=""
> >     echo "configure: warning: *** Networking component is disabled" 1>&2
> >   fi

You should never modify the configure script, because it is generated! 
Everything stands in configure.in.

I will add a disable option for each component in the next version...

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...





More information about the User mailing list