Platform-dependent configure templates

Adam Tkac atkac at redhat.com
Mon Jul 23 09:49:51 UTC 2007


Huh, and what about next spurious statement (from config.dlz.in):

        for d in $odbcdirs
        do
                if test -f $d/include/sql.h -a -f $d/${target_lib}/libodbc.a
                then
                        use_dlz_odbc=$d
                        break
                fi
        done

What will be done if we have only shared library? Build will be 
successful but configure breaks it because we don't have static archive 
:( We really should use ac_try_link instead... (or some other macro)

Adam


More information about the bind-workers mailing list