aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2013-07-10 15:08:16 +0200
committerRickard Green <[email protected]>2013-07-10 15:08:16 +0200
commita8e229046356fadaa217d1a1606fde750d1e8aa1 (patch)
tree82600f7c06ddbacb0e976989b9251171a2658097 /configure.in
parent393a6c033b7291679eab525cd599024de8b28eec (diff)
parent75f57c5f9a3bd03cb16e1663d40ea98bbb3ed487 (diff)
downloadotp-a8e229046356fadaa217d1a1606fde750d1e8aa1.tar.gz
otp-a8e229046356fadaa217d1a1606fde750d1e8aa1.tar.bz2
otp-a8e229046356fadaa217d1a1606fde750d1e8aa1.zip
Merge branch 'maint'
* maint: Add test cases for native atomics and jump table Refuse to build SMP runtime by default without native atomics Make information about use of jump table available via system_info BIF Make ethread library information available via system_info BIF Make emulator arguments available via the system_info BIF
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c0994245e8..4b3884864c 100644
--- a/configure.in
+++ b/configure.in
@@ -419,6 +419,7 @@ if test "$files" != "$pattern" || test -f erts/CONF_INFO; then
echo '********************** APPLICATIONS INFORMATION *******************'
echo '*********************************************************************'
echo
+ test "$files" != "$pattern" || files=""
test ! -f erts/CONF_INFO || files="$files erts/CONF_INFO"
for infofile in $files; do
app=`dirname $infofile`; app=`basename $app`