--- mysql-gui-tools-5.0r14/administrator/configure.in 2008-09-12 08:57:41.000000000 -0600 +++ mysql-gui-tools-5.0r14.patch/administrator/configure.in 2008-12-10 07:11:51.000000000 -0700 @@ -19,8 +19,8 @@ # # internal libraries # -AC_CHECK_FILE(../mysql-gui-common/library/base-library, [], - AC_MSG_ERROR([mysql-gui-common source tree must be present in the same directory as this program])) +AC_CHECK_FILE(../common/library/base-library, [], + AC_MSG_ERROR([Mysql Gui Common source tree must be present in the same directory as this program])) #AC_CHECK_FILE(../mysql-gui-common/source/linux/libmacommongui.a, [], # AC_MSG_ERROR([mysql-gui-common source tree must be compiled and present in the same directory as this program]))