Skip to content

Commit

Permalink
- Added missing space in configure script
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 21, 2010
1 parent 2c38446 commit 8737bea
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 @@ -4597,7 +4597,7 @@ if test "${with_sendData_Qt+set}" = set; then :
fi

LDFLAGS_BAK=$LDFLAGS
LDFLAGS+=$LIBSENDDATA_LDFLAGS
LDFLAGS+= $LIBSENDDATA_LDFLAGS
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -277,7 +277,7 @@ AC_ARG_WITH(sendData-Qt, [ --with-sendData-Qt Compile with support for plot
fi

LDFLAGS_BAK=$LDFLAGS
LDFLAGS+=$LIBSENDDATA_LDFLAGS
LDFLAGS+= $LIBSENDDATA_LDFLAGS
AC_LINK_IFELSE([AC_LANG_PROGRAM()],AC_MSG_RESULT([ok]),AC_MSG_ERROR([Compilation failed using LDFLAGS='$LDFLAGS'. Try specifying your own LDFLAGS to link to Qt.]))
LDFLAGS=$LDFLAGS_BAK
LIBSENDDATA_LDFLAGS="$LDFLAGS -lsendData $LIBSENDDATA_LDFLAGS"
Expand Down

0 comments on commit 8737bea

Please sign in to comment.