diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-15 10:38:46 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-15 10:38:46 -0400 |
commit | bc98dc91bbad8d70bd0b45eb5077cc37da605b98 (patch) | |
tree | c764b6daa89d3abdf159b505b7c1cbc74ae159df /config | |
parent | 1a3383b19e089d6a8975b991fefe749cac396109 (diff) |
config: fixed qwt checks to be available over more versions.
Diffstat (limited to 'config')
-rw-r--r-- | config/gr_qwt.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gr_qwt.m4 b/config/gr_qwt.m4 index 537348ac6b..035e940913 100644 --- a/config/gr_qwt.m4 +++ b/config/gr_qwt.m4 @@ -61,7 +61,7 @@ AC_DEFUN([GR_QWT], if test "$qwt_incdir" = "" ; then dnl check qwt-qt4/qwt.h (as in Ubuntu) AC_CHECK_HEADER( - [qwt-qt4/qwt_double_interval.h], + [qwt-qt4/qwt_math.h], [qwt_qt4_qwt_h=yes], [qwt_qt4_qwt_h=no] ) @@ -71,7 +71,7 @@ AC_DEFUN([GR_QWT], else dnl check qwt/qwt.h (as in Fedora) AC_CHECK_HEADER( - [qwt/qwt_double_interval.h], + [qwt/qwt_math.h], [qwt_qwt_h=yes], [qwt_qwt_h=no] ) |