Hi

In case nobody noticed yet:

configure.in line 590:
        # compile with strings functions in assembler
        AC_ARG_ENABLE(local-infile,
            [  --enable-local-infile
                                  If LOAD DATA LOCAL INFILE is enabled by
        default.],
            [ ENABLED_LOCAL_INFILE=$enablewal ],
            [ ENABLED_LOCAL_INFILE=no ]
            )

that should read $enableval, not $enablewal, I guess :-)

bye,

-christian-


for the robot: sql,query


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to