diff -crN ./gnome-speech/configure.in /users5/cordenjn/sb/gnome_220/src/./gnome-speech/configure.in
*** ./gnome-speech/configure.in	Fri May 16 23:08:31 2003
--- /users5/cordenjn/sb/gnome_220/src/./gnome-speech/configure.in	Wed Sep 17 11:32:07 2003
***************
*** 101,109 ****
  
  # Check to see if we should build the Viavoice driver
  
! AC_CHECK_LIB(ibmeci50, eciNew, viavoice_LIBS=-libmeci50)
  AC_SUBST(viavoice_LIBS)
! AM_CONDITIONAL(BUILD_VIAVOICE_DRIVER, test x$viavoice_LIBS = x-libmeci50)
  
  # Check to see if we should build the Dectalk driver
  AC_ARG_WITH(dectalk_dir, {	--with-dectalk-dir=PATH	Specify path to DECTalk})
--- 101,109 ----
  
  # Check to see if we should build the Viavoice driver
  
! AC_CHECK_LIB(ibmeci, eciNew, viavoice_LIBS=-libmeci)
  AC_SUBST(viavoice_LIBS)
! AM_CONDITIONAL(BUILD_VIAVOICE_DRIVER, test x$viavoice_LIBS = x-libmeci)
  
  # Check to see if we should build the Dectalk driver
  AC_ARG_WITH(dectalk_dir, {	--with-dectalk-dir=PATH	Specify path to DECTalk})
diff -crN ./gnome-speech/drivers/viavoice/viavoicespeaker.c /users5/cordenjn/sb/gnome_220/src/./gnome-speech/drivers/viavoice/viavoicespeaker.c
*** ./gnome-speech/drivers/viavoice/viavoicespeaker.c	Mon May 19 21:14:41 2003
--- /users5/cordenjn/sb/gnome_220/src/./gnome-speech/drivers/viavoice/viavoicespeaker.c	Wed Sep 17 11:32:07 2003
***************
*** 78,86 ****
  
  
  
! static ECICallbackReturn
  viavoice_speaker_index_callback (ECIHand handle,
! 			   ECIMessage msg,
  			   long param,
  			   void *data)
  {
--- 78,86 ----
  
  
  
! static enum ECICallbackReturn
  viavoice_speaker_index_callback (ECIHand handle,
! 			   enum ECIMessage msg,
  			   long param,
  			   void *data)
  {
***************
*** 128,134 ****
  
  static void
  viavoice_add_parameter (ViavoiceSpeaker *viavoice_speaker,
! 			ECIVoiceParam param,
  			const gchar *parameter_name,
  			gdouble min,
  			gdouble max,
--- 128,134 ----
  
  static void
  viavoice_add_parameter (ViavoiceSpeaker *viavoice_speaker,
! 			enum ECIVoiceParam param,
  			const gchar *parameter_name,
  			gdouble min,
  			gdouble max,
diff -crN ./gnome-speech/gnome-speech/Makefile.am /users5/cordenjn/sb/gnome_220/src/./gnome-speech/gnome-speech/Makefile.am
*** ./gnome-speech/gnome-speech/Makefile.am	Mon Jun  9 10:36:30 2003
--- /users5/cordenjn/sb/gnome_220/src/./gnome-speech/gnome-speech/Makefile.am	Wed Sep 17 11:32:07 2003
***************
*** 4,10 ****
  	-I$(top_builddir)        \
  	$(gnome_speech_CFLAGS)
  
! LDFLAGS = $(gnome_speech_LIBS) @LT_VERSION_INFO@
  
  IDL_OUT = \
  	GNOME_Speech_SynthesisDriver.h \
--- 4,10 ----
  	-I$(top_builddir)        \
  	$(gnome_speech_CFLAGS)
  
! LDFLAGS = $(gnome_speech_LIBS) @LDFLAGS@ @LT_VERSION_INFO@
  
  IDL_OUT = \
  	GNOME_Speech_SynthesisDriver.h \
