Skip to content

Commit

Permalink
- Add -I. to MICO CFLAGS
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 7, 2012
1 parent bca6824 commit 0bf7367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -323,8 +323,8 @@ if test ! "$WANT_MICO" = "no"; then
USE_CORBA="-DUSE_CORBA -DUSE_MICO"
QT_USE_CORBA="USE_MICO"
AC_MSG_CHECKING([mico settings])
CORBACFLAGS=-I`$MICO --prefix`/include;
CORBA_QMAKE_INCLUDES=`$MICO --prefix`/include;
CORBACFLAGS=-I`$MICO --prefix`/include -I.;
CORBA_QMAKE_INCLUDES=`$MICO --prefix`/include -I.;
CORBALIBS=`$MICO --libs`;
AC_MSG_RESULT([$CORBACFLAGS $USE_CORBA $QT_USE_CORBA])
DESIRED_CORBA="mico"
Expand Down

0 comments on commit 0bf7367

Please sign in to comment.