Ticket #43418: patch-configure.diff

File patch-configure.diff, 468 bytes (added by jul_bsd@…, 10 years ago)
  • configure

    old new  
    1251312513  test -f $i/include/mysql.h        && MYSQL_INC_DIR=$i/include        && break
    1251412514  test -f $i/include/mysql/mysql.h  && MYSQL_INC_DIR=$i/include/mysql  && break
    1251512515  test -f $i/mysql/include/mysql.h  && MYSQL_INC_DIR=$i/mysql/include  && break
     12516  test -f $i/mysql.h  && MYSQL_INC_DIR=$i  && break
    1251612517done
    1251712518
    1251812519if test -z "$MYSQL_INC_DIR"; then