diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 17:55:18 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 17:55:18 +0100 | 
| commit | b5a22e33a1aa2500093e783e79de2f44bf53c150 (patch) | |
| tree | 6b414ec2a8a9f89da427a018a1aef79c3e6cfad3 | |
| parent | afe076473f3b18c2d0ec402b43345eda6709c91a (diff) | |
Forgot to update configure for the _mod change.
| -rwxr-xr-x | configure | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -307,7 +307,7 @@ if [ "$msn" = 0 ]; then  else  	echo '#define WITH_MSN' >> config.h  	protocols=$protocols'msn ' -	protoobjs=$protoobjs'msnn.o ' +	protoobjs=$protoobjs'msn_mod.o '  fi  if [ "$jabber" = 0 ]; then @@ -315,7 +315,7 @@ if [ "$jabber" = 0 ]; then  else  	echo '#define WITH_JABBER' >> config.h  	protocols=$protocols'jabber ' -	protoobjs=$protoobjs'jabberr.o ' +	protoobjs=$protoobjs'jabber_mod.o '  fi  if [ "$oscar" = 0 ]; then @@ -323,7 +323,7 @@ if [ "$oscar" = 0 ]; then  else  	echo '#define WITH_OSCAR' >> config.h  	protocols=$protocols'oscar ' -	protoobjs=$protoobjs'oscarr.o ' +	protoobjs=$protoobjs'oscar_mod.o '  fi  if [ "$yahoo" = 0 ]; then @@ -331,7 +331,7 @@ if [ "$yahoo" = 0 ]; then  else  	echo '#define WITH_YAHOO' >> config.h  	protocols=$protocols'yahoo ' -	protoobjs=$protoobjs'yahooo.o ' +	protoobjs=$protoobjs'yahoo_mod.o '  fi  if [ "$protocols" = "PROTOCOLS = " ]; then | 
