diff -Naur gpe-conf-0.2.7.orig/intltool-merge.in gpe-conf-0.2.7/intltool-merge.in
--- gpe-conf-0.2.7.orig/intltool-merge.in	2008-09-04 12:48:18.000000000 -0400
+++ gpe-conf-0.2.7/intltool-merge.in	2008-09-04 12:49:26.000000000 -0400
@@ -93,7 +93,7 @@
 
 my %po_files_by_lang = ();
 my %translations = ();
-my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@";
+my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || '@INTLTOOL_ICONV@';
 my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null');
 
 # Use this instead of \w for XML files to handle more possible characters.
