projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068d294
)
Mention a version number for the spread sheet widget dependency
author
John Darrington
<john@darrington.wattle.id.au>
Tue, 30 May 2017 16:22:07 +0000
(18:22 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Tue, 30 May 2017 16:22:07 +0000
(18:22 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1b663422e9fd75b108c1da57faa3ffcd5086255d..371f59be41da9d82577707d8249fbf2b569c6797 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-99,7
+99,7
@@
if test "$with_cairo" != no && test "$with_gui" != "no"; then
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.44], [],
[PSPP_REQUIRED_PREREQ([glib 2.0 version 2.44 or later (or use --without-gui)])])
- PKG_CHECK_MODULES([SPREAD_SHEET_WIDGET], [spread-sheet-widget], [],
+ PKG_CHECK_MODULES([SPREAD_SHEET_WIDGET], [spread-sheet-widget
>= 0.0
], [],
[PSPP_REQUIRED_PREREQ([spread-sheet-widget 0.0 (or use --without-gui)])])
AC_ARG_VAR([GLIB_GENMARSHAL])