aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-01-16 18:53:45 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:11 +0100
commitebf81a687573e61c9f979f02809b6e98e10ad02a (patch)
treeee383dba8b04b736bdff89be44b12e7906628b42 /Makefile.in
parent63dc461a73ba698ccbab42ae3d4427810b1af14e (diff)
Only use gl_IGNORE_UNUSED_LIBRARIES with recent GSL
Old GSL doesn't play nicely with this option.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a171fc29..91b15ad0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -391,6 +391,10 @@ GNULIB_STRSTR = @GNULIB_STRSTR@
GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
GREP = @GREP@
+GSL_CFLAGS = @GSL_CFLAGS@
+GSL_LIBS = @GSL_LIBS@
+GSL_version_CFLAGS = @GSL_version_CFLAGS@
+GSL_version_LIBS = @GSL_version_LIBS@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@
HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@