diff options
author | Pino Toscano <pino@kde.org> | 2010-02-16 22:00:51 +0100 |
---|---|---|
committer | Pino Toscano <pino@kde.org> | 2010-02-16 22:01:36 +0100 |
commit | 0f0fba1b04589061449f98b9dcd8a0c4e7ad2d74 (patch) | |
tree | 3cf44ff9b2e9bf51e14ae9af77ef1ec44fbf8605 /configure.ac | |
parent | 39b4699020b5cfa1a10e5ef00f0e355e27b21c9f (diff) |
make the descriptions specify they refer to the Splash backend
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index eb0aa26f..c6520a30 100644 --- a/configure.ac +++ b/configure.ac @@ -70,11 +70,11 @@ AM_CONDITIONAL(ENABLE_XPDF_HEADERS, test x$enable_xpdf_headers = xyes) AC_ARG_ENABLE(single-precision, [ --enable-single-precision use single precision arithmetic (instead of double precision) in the Splash backend], -AC_DEFINE(USE_FLOAT, [1], [Use single precision arithmetic])) +AC_DEFINE(USE_FLOAT, [1], [Use single precision arithmetic in the Splash backend])) AC_ARG_ENABLE(fixedpoint, [ --enable-fixedpoint use fixed point (instead of double precision) arithmetic in the Splash backend], -AC_DEFINE(USE_FIXEDPOINT, [1], [Use fixed point arithmetic])) +AC_DEFINE(USE_FIXEDPOINT, [1], [Use fixed point arithmetic in the Splash backend])) dnl Relocation support AC_ARG_ENABLE(relocatable, |