aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq/files/msn-configure
blob: 5fb5aa045f3024681fe42f05d66ab771d97cc4ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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.