X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fconfigure;h=04821c612471752fca075d37dafae2c69b558679;hb=HEAD;hp=9a7fbec02cf3015c5d6465f8e1007b1edf187ba4;hpb=4011c90f45d639b16aa76d626884bac9d9a587ba;p=citadel.git diff --git a/textclient/configure b/textclient/configure index 9a7fbec02..eba03f83d 100755 --- a/textclient/configure +++ b/textclient/configure @@ -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 ########################################################################