Skip to content

Commit

Permalink
- omniORB configuration
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9350 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 23, 2011
1 parent 5466188 commit 6ce0e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -5071,7 +5071,7 @@ $as_echo "ok" >&6; }
if test "Darwin" = `uname`; then
CORBALIBS="$WANT_OMNIORB/lib/libomniORB4.a $WANT_OMNIORB/lib/libomnithread.a -lpthread"
else
CORBALIBS="-lomniORB4 -lomnithread -lpthread"
CORBALIBS="-L\"$WANT_OMNIORB/lib\" -lomniORB4 -lomnithread -lpthread"
fi
DESIRED_CORBA="omniorb"
else
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -336,7 +336,7 @@ elif test ! "$WANT_OMNIORB" = "no"; then
if test "Darwin" = `uname`; then
CORBALIBS="$WANT_OMNIORB/lib/libomniORB4.a $WANT_OMNIORB/lib/libomnithread.a -lpthread"
else
CORBALIBS="-lomniORB4 -lomnithread -lpthread"
CORBALIBS="-L\"$WANT_OMNIORB/lib\" -lomniORB4 -lomnithread -lpthread"
fi
DESIRED_CORBA="omniorb"
else
Expand Down

0 comments on commit 6ce0e5b

Please sign in to comment.