Author: bernhard
Date: Mon Apr 25 09:39:50 2005
New Revision: 7927

Modified:
   trunk/config/gen/icu.pl
Log:
Get rid of warning, when $icu_datadir is not defined.


Modified: trunk/config/gen/icu.pl
==============================================================================
--- trunk/config/gen/icu.pl     (original)
+++ trunk/config/gen/icu.pl     Mon Apr 25 09:39:50 2005
@@ -94,7 +94,8 @@
   if ($without) {
     Configure::Data->set(
       has_icu     => 0,
-      icu_shared  => '',     # This is used for generating dynclasses/Makefile
+      icu_shared  => '',  # used for generating dynclasses/Makefile
+      icu_datadir => '',  # used for generation Makefile
     );
     $Configure::Step::result = "no" unless defined $Configure::Step::result;
     return;

Reply via email to