Skip to content

Commit

Permalink
Fixed bug in rmlc
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Mar 14, 2002
1 parent f4da1a4 commit f3f5360
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 @@ -798,7 +798,7 @@ else
;;
*)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH:/home/pelab/pub/pkg/rml/current/sparc-sol2-gcc/bin$ac_dummy; do
for ac_dir in ${PATH}:/home/pelab/pub/pkg/rml/current/sparc-sol2-gcc/bin$ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
ac_cv_path_rmlc_bin="$ac_dir/$ac_word"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -13,7 +13,7 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AC_PROG_MAKE_SET
AC_PATH_PROG(rmlc_bin,rmlc, AC_MSG_ERROR([Error rmlc not found.]),$PATH:/home/pelab/pub/pkg/rml/current/sparc-sol2-gcc/bin)
AC_PATH_PROG(rmlc_bin,rmlc, AC_MSG_ERROR([Error rmlc not found.]),${PATH}:/home/pelab/pub/pkg/rml/current/sparc-sol2-gcc/bin)

dnl check for environment variables

Expand Down

0 comments on commit f3f5360

Please sign in to comment.