From 8737bea032ecbc8f4dea598bd5b69efe793d49fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= Date: Mon, 21 Jun 2010 08:02:03 +0000 Subject: [PATCH] - Added missing space in configure script git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5698 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f28e1d2d0e5..ea6e7df3bef 100755 --- a/configure +++ b/configure @@ -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. */ diff --git a/configure.in b/configure.in index f36cd7c7c5b..b730aed1be1 100644 --- a/configure.in +++ b/configure.in @@ -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"