diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-24 15:02:05 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-24 15:02:05 +0000 |
commit | 523046933e5f65f9a569277a596d827a0d8c7c7a (patch) | |
tree | 8985aa6b2ebacd6cd722e4bcf2502e1d2dddc2c6 /m4/arts.m4 | |
parent | d74d967493ad374657b2d7a6f5c8be858a7c63bc (diff) | |
download | xine-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.m4 | 6 |
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 |