libart.m4: check for libart-config binary under the name libart2-config as well.
2003-08-04 Matthias Klose <doko@debian.org> * libart.m4: check for libart-config binary under the name libart2-config as well. * configure, aclocal.m4: regenerated. From-SVN: r70150
This commit is contained in:
parent
b2734c680c
commit
27a6ded980
@ -1,3 +1,9 @@
|
||||
2003-08-04 Matthias Klose <doko@debian.org>
|
||||
|
||||
* libart.m4: check for libart-config binary
|
||||
under the name libart2-config as well.
|
||||
* configure, aclocal.m4: regenerated.
|
||||
|
||||
2003-08-02 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/nio/ByteBufferImpl.java
|
||||
|
715
libjava/configure
vendored
715
libjava/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,10 @@ AC_ARG_ENABLE(libarttest, [ --disable-libarttest Do not try to compile an
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_PATH_PROG(LIBART_CONFIG, libart-config, no)
|
||||
AC_PATH_PROG(LIBART_CONFIG, libart2-config, no)
|
||||
if test "$LIBART_CONFIG" = "no" ; then
|
||||
AC_PATH_PROG(LIBART_CONFIG, libart-config, no)
|
||||
fi
|
||||
min_libart_version=ifelse([$1], ,0.2.5,$1)
|
||||
AC_MSG_CHECKING(for LIBART - version >= $min_libart_version)
|
||||
no_libart=""
|
||||
|
Loading…
Reference in New Issue
Block a user