• unknown's avatar
    BUG#11538 mysql compile fails with certain ndb options · 02a47843
    unknown authored
    --with-ndb-ccflags would include "yes" as a CFLAG and pass it to GCC (who didn't agree).
    
    
    acinclude.m4:
      Test value of --with-ndb-ccflags and don't do anything (fail with error to config.log)
      unless there is a sensible value (i.e. not "yes")
    02a47843
acinclude.m4 58.6 KB