diff options
Diffstat (limited to 'net-im/centericq/files/msn-configure')
-rw-r--r-- | net-im/centericq/files/msn-configure | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/net-im/centericq/files/msn-configure b/net-im/centericq/files/msn-configure new file mode 100644 index 000000000000..5fb5aa045f30 --- /dev/null +++ b/net-im/centericq/files/msn-configure @@ -0,0 +1,72 @@ +--- configure.orig Sat Oct 25 15:53:45 2003 ++++ configure Mon Nov 3 20:21:06 2003 +@@ -27,6 +27,8 @@ + ac_help="$ac_help + --with-libgnutls-extra-prefix=PFX Prefix where libgnutls-extra is installed (optional)" + ac_help="$ac_help ++ --enable-msn Build with MSN!" ++ac_help="$ac_help + --disable-yahoo Build without Yahoo!" + ac_help="$ac_help + --disable-aim Build without AIM" +@@ -2365,6 +2367,14 @@ + ;; + esac + ++# Check whether --enable-msn or --disable-msn was given. ++if test "${enable_msn+set}" = set; then ++ enableval="$enable_msn" ++ build_msn="$enableval" ++else ++ build_msn="yes" ++fi ++ + # Check whether --enable-yahoo or --disable-yahoo was given. + if test "${enable_yahoo+set}" = set; then + enableval="$enable_yahoo" +@@ -2424,6 +2434,13 @@ + + + ++if test "x$build_msn" = xyes; then ++ BUILD_MSN_TRUE= ++ BUILD_MSN_FALSE='#' ++else ++ BUILD_MSN_TRUE='#' ++ BUILD_MSN_FALSE= ++fi + + if test "x$build_yahoo" = xyes; then + BUILD_YAHOO_TRUE= +@@ -2478,6 +2495,13 @@ + BUILD_LJ_FALSE= + fi + ++if test "$build_msn" = "yes"; then ++ cat >> confdefs.h <<\EOF ++#define BUILD_MSN 1 ++EOF ++ ++fi ++ + if test "$build_yahoo" = "yes"; then + cat >> confdefs.h <<\EOF + #define BUILD_YAHOO 1 +@@ -4994,7 +5018,7 @@ + + + +-subdirs="firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1" ++subdirs="firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 blip-0.1" + + trap '' 1 2 15 + cat > confcache <<\EOF +@@ -5538,7 +5562,7 @@ + esac + done + +- for ac_config_dir in firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1; do ++ for ac_config_dir in firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 blip-0.1; do + + # Do not complain, so a configure script can configure whichever + # parts of a large source tree are present. |