diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-07-25 03:05:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-07-25 03:05:00 +0000 |
commit | 950d274bd9ba40167dfa386083017346e07bbadd (patch) | |
tree | 844435264f59d2163db0c37f90d1d68599d789ed /source3/include | |
parent | e9968db4f365b922273ae8c1e0b01a005dd5871e (diff) | |
download | samba-950d274bd9ba40167dfa386083017346e07bbadd.tar.gz samba-950d274bd9ba40167dfa386083017346e07bbadd.tar.bz2 samba-950d274bd9ba40167dfa386083017346e07bbadd.zip |
added a --with-libiconv=BASEDIR/ option to allow easier use of an
alternative iconv library
(This used to be commit cfb6e67bb92f9d73aadabebae3ea5baeb07158a0)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index cec8f2880d..a76aee4005 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -989,6 +989,9 @@ /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN +/* Define if you have the iconv library (-liconv). */ +#undef HAVE_LIBICONV + /* Define if you have the inet library (-linet). */ #undef HAVE_LIBINET |