Hi Bazsi,
I have added a configure option called --enable-full-static which links everything statically:
AC_ARG_ENABLE(full-statuc, ^^^ you need a break ;)
[ --enable-full-static Link everything in statically],, enable_full_static=no)
This patch fixes the typo plus finishes what you maybe wanted to say: --- syslog-ng-1.6.5+20050202/configure.in 2005-01-21 17:50:49.000000000 +0100 +++ syslog-ng-1.6.5+20050202-fixed/configure.in 2005-02-02 16:15:58.000000000 +0100 @@ -59,8 +59,8 @@ [ --enable-spoof-source enable spoof_source feature],, enable_spoof_source=no) -AC_ARG_ENABLE(full-statuc, - [ --enable-full-static Link everything in statically],, +AC_ARG_ENABLE(full-static, + [ --enable-full-static Link everything in /usr statically],, enable_full_static=no) sysconfdir="${sysconfdir}/syslog-ng" Please include before releasing and sorry to José for blaming him, my apologies. Take care, Roberto Nibali, ratz -- ------------------------------------------------------------- addr://Rathausgasse 31, CH-5001 Aarau tel://++41 62 823 9355 http://www.terreactive.com fax://++41 62 823 9356 ------------------------------------------------------------- terreActive AG Wir sichern Ihren Erfolg -------------------------------------------------------------