libcm is a C development framework with an emphasis on audio signal processing applications.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

os_64.m4 234B

12345678
  1. AC_DEFUN([AX_FUNC_OS_64],
  2. [AC_CACHE_CHECK([operating system address width],
  3. [ax_cv_os_64],
  4. [ax_cv_os_64=`uname -m`])
  5. if test x"$ax_cv_os_64" = xx86_64; then
  6. AC_DEFINE([OS_64], 1,[Operating system is 64 bits.])
  7. fi
  8. ]) # AX_FUNC_OS_TYPE