Changeset 575
- Timestamp:
- Jul 14, 2006, 9:57:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r572 r575 74 74 if ! runcmd $CC -o testconf testconf.c 75 75 then 76 rm -f testconf .c testconf76 rm -f testconf* 77 77 echo "Could not find a working compiler" 78 78 exit 1 79 79 fi 80 rm -f testconf .c testconf80 rm -f testconf* 81 81 } 82 82 … … 100 100 OPENSSL=no 101 101 fi 102 rm -f testconf .c testconf102 rm -f testconf* 103 103 } 104 104 … … 119 119 fi 120 120 fi 121 rm -f testconf .c testconf121 rm -f testconf* 122 122 } 123 123 … … 135 135 CFLAGS="$CFLAGS -DHAVE_LRINTF" 136 136 fi 137 rm -f testconf .c testconf137 rm -f testconf* 138 138 } 139 139 … … 151 151 if runcmd $CC $CFLAGS_GTK $LDFLAGS_GTK -o testconf testconf.c 152 152 then 153 rm -f testconf .c testconf153 rm -f testconf* 154 154 return 0 155 155 fi … … 161 161 then 162 162 CFLAGS_GTK="$CFLAGS_GTK -I$intl_testdir" 163 rm -f testconf .c testconf163 rm -f testconf* 164 164 return 0 165 165 fi 166 166 done 167 rm -f testconf .c testconf167 rm -f testconf* 168 168 return 1 169 169 } … … 201 201 GTK=no 202 202 fi 203 rm -f testconf .c testconf203 rm -f testconf* 204 204 else 205 205 echo "no (2.6.0 or later is required)" … … 279 279 ;; 280 280 281 CYGWIN*) 282 ;; 283 281 284 *) 282 285 echo "Unsupported operating system"
Note: See TracChangeset
for help on using the changeset viewer.