| 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 |