diff options
author | unknown <monty@hundin.mysql.fi> | 2002-09-27 12:39:43 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-09-27 12:39:43 +0300 |
commit | eb57d4a4684901c669da3d105f04ec7510b619fa (patch) | |
tree | 65750db3bb586aca68f4b76566ff125fbbeaa92d | |
parent | 08d18a45fdb71dfa6535b32eb5e3d0e25466bbeb (diff) | |
parent | e0ee2de27a7a42f07eecc3ba371d363d1a7c955a (diff) | |
download | mariadb-git-eb57d4a4684901c669da3d105f04ec7510b619fa.tar.gz |
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 488d35c1268..72b50bcc18f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -800,7 +800,7 @@ dnl get substituted. AC_DEFUN(MYSQL_CHECK_ORBIT, [ AC_MSG_CHECKING(for ORBit) orbit_config_path=`which orbit-config` -if test -n "$orbit_config_path" +if test -n "$orbit_config_path" -a $? = 0 then orbit_exec_prefix=`orbit-config --exec-prefix` orbit_includes=`orbit-config --cflags server` |