summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2008-10-22 20:24:37 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2008-10-22 20:24:37 +0000
commitc56e4415b2de4f72c0e6da144e4156b70912685d (patch)
tree034c42d7ccb75a406e32113a26ea5230ffbba2a6 /configure.ac
parentb330c3504778b2ec6bae877ff63122653874a72c (diff)
downloadds-c56e4415b2de4f72c0e6da144e4156b70912685d.tar.gz
ds-c56e4415b2de4f72c0e6da144e4156b70912685d.tar.xz
ds-c56e4415b2de4f72c0e6da144e4156b70912685d.zip
Resolves: 207457
Summary: (64bitcounters) rhds 7.1 - server stats use 32-bit integers - entrycachehitratio 1503% Change description: 1) Makefile.am: instead of the inline assembly langauge file .il, include an independent .S file to the libslapd_la_SOURCES list. 2) add AM_PROG_AS to configure.ac to accept CCAS and CCASFLAGS. 3) slapi_counter.c: adjusted to slapi_counter_sunos_sparcv9.S. 4) add slapi_counter_sunos_sparcv9.S 5) remove slapi_counter_sunos_sparcv9.il
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ce0cf471..54d732d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@ AC_CANONICAL_HOST
AC_PROG_CXX
AC_PROG_CC
AM_PROG_CC_C_O
+AM_PROG_AS
# disable static libs by default - we only use a couple
AC_DISABLE_STATIC
AC_PROG_LIBTOOL