diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-10-10 11:15:03 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-10-10 11:15:03 +0000 |
commit | 84bf82da0e3fbb4e51578fef06477078d248e90b (patch) | |
tree | 93a7b7c9900080a314e88ee8069d5ae36c1fbcc8 /config.h.in | |
parent | e2b2bfee46b828a788ca76757862374bc6f3a590 (diff) | |
download | libxslt-84bf82da0e3fbb4e51578fef06477078d248e90b.tar.gz libxslt-84bf82da0e3fbb4e51578fef06477078d248e90b.tar.bz2 libxslt-84bf82da0e3fbb4e51578fef06477078d248e90b.zip |
Fix a small pbm with tests/reports/Makefile.am, 1.0.5 released, Daniel
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 3275a08f..c780b664 100644 --- a/config.h.in +++ b/config.h.in @@ -39,6 +39,9 @@ /* Define if you have the <ansidecl.h> header file. */ #undef HAVE_ANSIDECL_H +/* Define if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define if you have the <float.h> header file. */ #undef HAVE_FLOAT_H |