Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
btpd
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Log failure of PROG_SILENT_IFELSE to config.log.
There really should be a btter way to do this, but I can't find it. :(
master
Richard Nyberg
16 anni fa
parent
c96ede2b09
commit
d3c57e7d14
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
configure.ac
+ 2
- 0
configure.ac
Vedi File
@@ -13,6 +13,8 @@ AC_USE_SYSTEM_EXTENSIONS
AC_DEFUN([PROG_SILENT_IFELSE],
ac_output=`$1 2>&1`
if test x"$ac_output" != x; then
echo $1 nonsilent >&AS_MESSAGE_LOG_FD
echo $ac_output >&AS_MESSAGE_LOG_FD
[$3]
else
[$2]
Write
Preview
Loading…
Annulla
Salva