b702e429a6
visual query tool for MySQL
40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2005/11/04 14:01:53 wilfried Exp $
|
|
--- configure.orig Sat Oct 22 02:02:13 2005
|
|
+++ configure Fri Nov 4 09:48:10 2005
|
|
@@ -3479,35 +3479,6 @@ fi
|
|
#
|
|
# internal libraries
|
|
#
|
|
-echo "$as_me:$LINENO: checking for ../mysql-gui-common/library/include" >&5
|
|
-echo $ECHO_N "checking for ../mysql-gui-common/library/include... $ECHO_C" >&6
|
|
-if test "${ac_cv_file____mysql_gui_common_library_include+set}" = set; then
|
|
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
-else
|
|
- test "$cross_compiling" = yes &&
|
|
- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
|
-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-if test -r "../mysql-gui-common/library/include"; then
|
|
- ac_cv_file____mysql_gui_common_library_include=yes
|
|
-else
|
|
- ac_cv_file____mysql_gui_common_library_include=no
|
|
-fi
|
|
-fi
|
|
-echo "$as_me:$LINENO: result: $ac_cv_file____mysql_gui_common_library_include" >&5
|
|
-echo "${ECHO_T}$ac_cv_file____mysql_gui_common_library_include" >&6
|
|
-if test $ac_cv_file____mysql_gui_common_library_include = yes; then
|
|
- MYSQLA_INCLUDE='-I$(top_srcdir)/../mysql-gui-common/library/include -I$(top_srcdir)/../mysql-gui-common/source/linux'
|
|
-else
|
|
- { { echo "$as_me:$LINENO: error: mysql-gui-common source tree must be present in the same directory as this program" >&5
|
|
-echo "$as_me: error: mysql-gui-common source tree must be present in the same directory as this program" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-fi
|
|
-
|
|
-
|
|
-#AC_CHECK_FILE(../mysql-gui-common/source/linux/libqbcommongui.a, [],
|
|
-# AC_MSG_ERROR([mysql-gui-common source tree must be compiled and present in the same directory as this program]))
|
|
-
|
|
|
|
AUX_CFLAGS="$MYSQLA_INCLUDE"
|
|
|