summaryrefslogtreecommitdiff
path: root/m4/arts.m4
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-24 15:02:05 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-24 15:02:05 +0000
commit523046933e5f65f9a569277a596d827a0d8c7c7a (patch)
tree8985aa6b2ebacd6cd722e4bcf2502e1d2dddc2c6 /m4/arts.m4
parentd74d967493ad374657b2d7a6f5c8be858a7c63bc (diff)
downloadxine-lib-523046933e5f65f9a569277a596d827a0d8c7c7a.tar.gz
xine-lib-523046933e5f65f9a569277a596d827a0d8c7c7a.tar.bz2
Change DXR3 checkings. Some cosmetic changes.
CVS patchset: 339 CVS date: 2001/07/24 15:02:05
Diffstat (limited to 'm4/arts.m4')
-rw-r--r--m4/arts.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/arts.m4 b/m4/arts.m4
index 2f4151a1a..7f0b624c5 100644
--- a/m4/arts.m4
+++ b/m4/arts.m4
@@ -9,11 +9,11 @@ AC_DEFUN(AM_PATH_ARTS,
[dnl
dnl Get the cflags and libraries from the artsc-config script
dnl
-AC_ARG_WITH(arts-prefix,[ --with-arts-prefix=PFX Prefix where ARTS is installed (optional)],
+AC_ARG_WITH(arts-prefix,[ --with-arts-prefix=PFX Prefix where ARTS is installed (optional)],
arts_prefix="$withval", arts_prefix="")
-AC_ARG_WITH(arts-exec-prefix,[ --with-arts-exec-prefix=PFX Exec prefix where ARTS is installed (optional)],
+AC_ARG_WITH(arts-exec-prefix,[ --with-arts-exec-prefix=PFX Exec prefix where ARTS is installed (optional)],
arts_exec_prefix="$withval", arts_exec_prefix="")
-AC_ARG_ENABLE(artstest, [ --disable-artstest Do not try to compile and run a test ARTS program],
+AC_ARG_ENABLE(artstest, [ --disable-artstest Do not try to compile and run a test ARTS program],
, enable_artstest=yes)
if test x$arts_exec_prefix != x ; then