diff options
Diffstat (limited to 'server/external/libpopt.m4')
-rw-r--r-- | server/external/libpopt.m4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/external/libpopt.m4 b/server/external/libpopt.m4 new file mode 100644 index 00000000..c5d12550 --- /dev/null +++ b/server/external/libpopt.m4 @@ -0,0 +1,7 @@ +POPT_OBJ="" +AC_SUBST(POPT_OBJ) +AC_SUBST(POPT_LIBS) +AC_SUBST(POPT_CFLAGS) + +AC_CHECK_HEADERS(popt.h) +AC_CHECK_LIB(popt, poptGetContext, [ POPT_LIBS="-lpopt" ]) |