diff options
Diffstat (limited to 'popt/samba.m4')
-rw-r--r-- | popt/samba.m4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/popt/samba.m4 b/popt/samba.m4 new file mode 100644 index 0000000000..9ee77dfa13 --- /dev/null +++ b/popt/samba.m4 @@ -0,0 +1,8 @@ +m4_include(../popt/libpopt.m4) + +if test x"$POPT_OBJ" = "x"; then + SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}]) +else + SMB_INCLUDE_MK(../popt/config.mk) +fi + |