mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
- Fix checking for $orbit_config_path in acinclude.m4 (gave an error
message on STDOUT on AIX and assigned the wrong value)
acinclude.m4:
- better checking for $orbit_config_path (thanks to Melvyn Sopacua
for the patch)
This commit is contained in:
parent
edd6449ed8
commit
e0ee2de27a
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue