This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
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 years ago
parent
c96ede2b09
commit
d3c57e7d14
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
configure.ac
+ 2
- 0
configure.ac
View 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…
Cancel
Save