configure.ac

branch
meson
changeset 38502
448ad2f8f29d
parent 38376
d27109ba6626
child 38507
902baa9bcfa8
equal deleted inserted replaced
38501:c406bd8ef671 38502:448ad2f8f29d
1218 1218
1219 AC_SUBST(LIBGADU_LIBS) 1219 AC_SUBST(LIBGADU_LIBS)
1220 AC_SUBST(LIBGADU_CFLAGS) 1220 AC_SUBST(LIBGADU_CFLAGS)
1221 1221
1222 1222
1223 AC_ARG_ENABLE(distrib,,,enable_distrib=no)
1224 AM_CONDITIONAL(DISTRIB, test "x$enable_distrib" = "xyes")
1225 DYNAMIC_PRPLS=all 1223 DYNAMIC_PRPLS=all
1226 AC_ARG_WITH(static-prpls, [AS_HELP_STRING([--with-static-prpls], [Link to certain protocols statically])], [STATIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`], [STATIC_PRPLS=""]) 1224 AC_ARG_WITH(static-prpls, [AS_HELP_STRING([--with-static-prpls], [Link to certain protocols statically])], [STATIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`], [STATIC_PRPLS=""])
1227 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then 1225 if test "x$STATIC_PRPLS" != "x" -a "x$DYNAMIC_PRPLS" = "xall"; then
1228 DYNAMIC_PRPLS="" 1226 DYNAMIC_PRPLS=""
1229 fi 1227 fi

mercurial