xffm, samba, cygwin
Maarten Boekhold
boekhold at emirates.net.ae
Wed Sep 22 17:16:22 CEST 2004
edscott wilson garcia wrote:
> El mar, 21-09-2004 a las 09:51, Maarten Boekhold escribió:
>
>>edscott wrote:
>>
>>If you can come up with some configure/autotools magic to conditionally
>>exclude samba from the build, I'd be much obliged.
>
> OK, done. Just run configure with --disable-smbbranch.
Hmmm, do you know of a way to always set this to --disable-smbbranch
when on the cygwin platform? I'm not too familiar with autoconf, just
got a bit the hang of automake...
I'm looking for something similar to:
configure.ac:
AM_CONDITIONAL([HAVE_CYGWIN], [test "`uname | grep \"CYGWIN\"`" != ""])
Makefile.am:
if HAVE_CYGWIN
...
endif
Maarten
More information about the Xfce4-dev
mailing list