Changeset 67a9d5 for configure.ac


Ignore:
Timestamp:
Sep 17, 2014, 10:34:02 PM (11 years ago)
Author:
Frederik Heber <heber@…>
Children:
619ed5
Parents:
019b96
git-author:
Frederik Heber <heber@…> (05/23/14 08:54:18)
git-committer:
Frederik Heber <heber@…> (09/17/14 22:34:02)
Message:

FIX: QWT would fail compilation test when qt disabled or not found.

  • now we "notice" absent qt and don't try.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r019b96 r67a9d5  
    9696
    9797# check additionally for QWT to enable plotting of potentials
     98AS_IF([test x"$enable_qtgui" != x"no"],[
    9899AC_MSG_CHECKING(whether to enable Qwt-based plotting)
    99100#enable_qwt=yes
     
    115116                ]
    116117        )
     118])
     119],[
     120        AC_MSG_NOTICE(["qwt disabled, as qt not found or disabled."])
     121        enable_qwt=no
    117122])
    118123AM_CONDITIONAL([CONDQWT], [test x"$enable_qwt" != x"no"])
Note: See TracChangeset for help on using the changeset viewer.