diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index f4a52f9..ce9d7bf 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -7,5 +7,8 @@ /* do we have libsndfile installed? */ #undef HAVE_SNDFILE_H +/* do we have libgsl installed? */ +#undef HAVE_LIBGSL + #endif /* CONFIG_H_ */ |