diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 18:59:57 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 18:59:57 +0000 |
commit | f3616f69fb7b53d9d8fc66a84db99c27e359ab25 (patch) | |
tree | c6143a779361d6e3f17efe1fc8bc904d531e2e31 /libjava/configure | |
parent | 9575535e25170210488503f42fa4f7767fccaf2e (diff) | |
download | gcc-f3616f69fb7b53d9d8fc66a84db99c27e359ab25.tar.gz |
2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
* configure.in (AC_CONF_SUBDIRS): Use literal for ltdl directory
to avoid autoconf warning.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure')
-rwxr-xr-x | libjava/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure b/libjava/configure index 79926dd4737..1e4b0d3f97e 100755 --- a/libjava/configure +++ b/libjava/configure @@ -272,7 +272,7 @@ PACKAGE_STRING= PACKAGE_BUGREPORT= ac_unique_file="java/lang/System.java" -ac_subdirs_all="$ac_subdirs_all $DIRLTDL" +ac_subdirs_all="$ac_subdirs_all libltdl" # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> @@ -4881,7 +4881,7 @@ exec 5>>./config.log -subdirs="$subdirs $DIRLTDL" +subdirs="$subdirs libltdl" if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then |