diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-01-16 18:55:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:11 +0100 |
commit | d1d03a3ed5869dac9060bb23dfc71cd8433c36ee (patch) | |
tree | 7dfdab8d4d0b30269e718ec95f18141af54f3e82 /lib | |
parent | ebf81a687573e61c9f979f02809b6e98e10ad02a (diff) |
Revert "Only use gl_IGNORE_UNUSED_LIBRARIES with recent GSL"
This reverts commit 5bac91a5eee6eab297e1cb8e8309654c8a22a530.
It's not the GSL version that causes this.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index f9e4c1c6..0b4d3f2d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -205,10 +205,6 @@ 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@ |