diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-30 02:07:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:24 -0500 |
commit | 30e8599538a44de87e4603d3c6ea1798a2df8d39 (patch) | |
tree | 46c1985fd239771b0133a266f3fcde1738c26b7f /source4/libcli/config.m4 | |
parent | f4e403440a08f5da3328bbbe5601967bf8705137 (diff) | |
download | samba-30e8599538a44de87e4603d3c6ea1798a2df8d39.tar.gz samba-30e8599538a44de87e4603d3c6ea1798a2df8d39.tar.bz2 samba-30e8599538a44de87e4603d3c6ea1798a2df8d39.zip |
r15350: Remove empty subsystem, don't install .a files of subsystems
(This used to be commit 087188cfc4a38d92b13fc8e58e1f408306442055)
Diffstat (limited to 'source4/libcli/config.m4')
-rw-r--r-- | source4/libcli/config.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/libcli/config.m4 b/source4/libcli/config.m4 deleted file mode 100644 index feb9e79d38..0000000000 --- a/source4/libcli/config.m4 +++ /dev/null @@ -1,8 +0,0 @@ -dnl # LIBCLI subsystem - -LIBCLI_RAW_LIBS= -if test x"$with_ads_support" = x"yes"; then - LIBCLI_RAW_LIBS="KRB5" -fi - -SMB_SUBSYSTEM(LIBCLI_RAW_KRB5, [], [${LIBCLI_RAW_LIBS}]) |