X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=8ca32ff59570bc858bce406f7d518076cacdfa54;hb=7adb228fd47dcde5f518c9c67afcdef15f575c03;hp=1d57b1d2a9408feb21f03d16047df484f9e44d37;hpb=42d054a01531e7635da0eadc35204a7451cd01bc;p=ust.git diff --git a/configure.ac b/configure.ac index 1d57b1d..8ca32ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([ust], [0.11], [nils dot carlson at ericsson dot com]) +AC_INIT([ust], [0.12], [nils dot carlson at ericsson dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -109,6 +109,7 @@ changequote([,])dnl s390) LIBFORMAT="elf32-s390" ;; s390x) LIBFORMAT="elf64-s390" ;; arm) LIBFORMAT="elf32-littlearm" ;; + mips*) LIBFORMAT="" ;; *) AC_MSG_ERROR([unable to detect library format (unsupported architecture ($host_cpu)?)]) ;; esac AC_SUBST(LIBFORMAT)