Fix bug in ctdlload import of email addresses.
[citadel.git] / textclient / configure
index 9a7fbec02cf3015c5d6465f8e1007b1edf187ba4..eba03f83dafb4a5db738a8e1e3a59cdcba4e3545 100755 (executable)
@@ -6,11 +6,6 @@
 #
 # This program is open source software.  Use, duplication, and/or
 # disclosure are subject to the GNU General Purpose License version 3.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
 
 echo 
 echo 
@@ -124,9 +119,13 @@ cc $tempcc -o $tempfile && {
                LDFLAGS=${LDFLAGS}' -liconv'
        } || {
                echo Citadel Server requires iconv character set conversion.
+               rm -f $tempfile 2>/dev/null
+               rm -f $tempcc 2>/dev/null
                exit 1
        }
 }
+rm -f $tempfile 2>/dev/null
+rm -f $tempcc 2>/dev/null
 
 
 ########################################################################