diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | aclocal.m4 | 6 | 
2 files changed, 4 insertions, 4 deletions
| @@ -5,7 +5,7 @@ See the end for copying conditions.  Please send mdk bug reports to bug-mdk@gnu.org. -*Version 0.3.1 +*Version 0.3.1 (9/04/01)  ** New binary and html RPMs (RedHat) contributed by Agustin Navarro     <anp@cantv.net>. @@ -330,6 +330,9 @@ AC_DEFUN(AM_WITH_NLS,  		INSTOBJEXT=.mo  	      fi  	    fi +	    if test "$gt_cv_func_gettext_libintl" = "yes"; then +		INTLLIBS='-lintl' +	    fi  	])          if test "$CATOBJEXT" = "NONE"; then @@ -1054,9 +1057,6 @@ for module in . $3; do      bonobo)        module_args="$module_args bonobo"        ;; -    gnomedb) -      module_args="$module_args gnomedb" -      ;;    esac  done | 
