[squid-dev] r14692 broke ./configure

Alex Rousskov rousskov at measurement-factory.com
Fri Jun 10 00:31:21 UTC 2016


Hello,

    When running ./configure, I am getting the following error:

> ./configure: line 33410: 0: command not found


This problem was probably introduced by the following change:

> revno: 14692
> branch nick: trunk
> timestamp: Mon 2016-05-30 13:55:32 +1200
> message:
>   Deprecating SMB LanMan helpers
...
> +AM_CONDITIONAL(ENABLE_SMBLIB, $require_smblib)


AFAICT, AM_CONDITIONAL() needs a condition, not a variable:

> $ fgrep AM_CONDITIONAL configure.ac 
> AM_CONDITIONAL(ENABLE_POD2MAN_DOC, test "x${ac_cv_path_POD2MAN}" != "x$FALSE")
> AM_CONDITIONAL(ENABLE_RELEASE_DOCS, test "x${ac_cv_path_LINUXDOC}" != "x$FALSE")
> AM_CONDITIONAL(ENABLE_LOADABLE_MODULES, test "x${enable_loadable_modules:=yes}" = "xyes")
> AM_CONDITIONAL(ENABLE_WIN32SPECIFIC,[test "x$squid_host_os" = "xmingw"])
> AM_CONDITIONAL(ENABLE_WIN32_IPC,[test "x$squid_host_os" = "xmingw"])
...

I am not sure exactly what condition is needed for ENABLE_SMBLIB. Please
fix if you can.


Thank you,

Alex.



More information about the squid-dev mailing list