Skip to content

Commit

Permalink
Nicer omhome messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 5, 2015
1 parent 1d955ae commit 687e1d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion m4/omhome.m4
Expand Up @@ -23,10 +23,11 @@ else
fi

define(FIND_OPENMODELICAHOME, [
AC_MSG_CHECKING([for OPENMODELICAHOME])
if test ! -z "$USINGPRESETBUILDDIR"; then
OPENMODELICAHOME="$OMBUILDDIR"
AC_MSG_RESULT($OPENMODELICAHOME)
else
AC_MSG_CHECKING([for OPENMODELICAHOME])
if test "$OMHOME" = "no"; then
if test -z "$OPENMODELICAHOME"; then
OPENMODELICAHOME="$PREFIX"
Expand Down

0 comments on commit 687e1d9

Please sign in to comment.