﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1201	Configure fails to find mico-config in /usr/bin/mico-config even if it's really there	perob88	perob88	"When using ""LDFLAGS=-L/opt/OpenModelicaStuff/lib ./configure   --with-CORBA=/usr --prefix=/opt/OpenModelicaStuff/OpenModelica"" or similar (tried --with-MICO=/usr and some other variants) mico isn't found. I had to hand-edit the configure script to overrule the test, it then compiles fine. 

configure is reporting something similar to ""checking for /usr/bin/mico-config ...no"" but /usr/bin/mico-config is really there. All mico related files are in the path. 

After looking into it i know that the followig code is running but fails to find anything.

test -z ""$as_dir"" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f ""$as_dir/$ac_word$ac_exec_ext"" && $as_test_x ""$as_dir/$ac_word$ac_exec_ext""; }; then
ac_cv_prog_USE_CORBA=""-DUSE_CORBA -DUSE_MICO""
$as_echo ""$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext"" >&5
break 2
fi
done"	defect	closed	high				fixed		perob88
