~ubuntu-branches/ubuntu/jaunty/clamav/jaunty-backports

« back to all changes in this revision

Viewing changes to libclamav/c++/llvm/autoconf/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-10-02 15:36:00 UTC
  • mfrom: (10.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20101002153600-2tx3vki1u55cdrjy
Tags: 0.96.3+dfsg-2ubuntu0.10.04.1
Microversion update to 0.96.3 for Lucid (LP: #653738)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1294
1294
        return 0;
1295
1295
      }
1296
1296
    ]]),
1297
 
  AC_LANG_POP([C++])
1298
1297
  AC_MSG_RESULT(yes)
1299
1298
  AC_DEFINE(LLVM_MULTITHREADED, 1, Build multithreading support into LLVM),
1300
1299
  AC_MSG_RESULT(no)
1301
1300
  AC_DEFINE(LLVM_MULTITHREADED, 0, Build multithreading support into LLVM)
1302
1301
  AC_MSG_WARN([LLVM will be built thread-unsafe because atomic builtins are missing]))
 
1302
AC_LANG_POP([C++])
1303
1303
 
1304
1304
 
1305
1305
dnl===-----------------------------------------------------------------------===