Skip to content

Commit

Permalink
Avoid empty autoconf statements
Browse files Browse the repository at this point in the history
This fixes bugs in older autoconf (RedHat 6). Fixes ticket:4326.
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Mar 21, 2017
1 parent a919ef4 commit 4984d9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Expand Up @@ -163,8 +163,6 @@ AC_ARG_WITH(msys, [ --with-msys[=no] Point to an msys installation
CPPFLAGS="$CPPFLAGS -I$withval/$MINGWNUM/include -I$withval/$MINGWNUM/include/tre"
LDFLAGS="$LDFLAGS -L$withval/$MINGWNUM/lib"
echo "Got: $CPPFLAGS"
],
[
]
)

Expand Down

0 comments on commit 4984d9d

Please sign in to comment.