mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fixed spurious warning problem noticed by Daniel Dunbar. The configure script
now configures prerequisite projects individually but also ignores them in the big project switch statement to avoid the incorrect warning. llvm-svn: 99506
This commit is contained in:
parent
f793969cd1
commit
1672100fef
@ -110,6 +110,11 @@ do
|
||||
llvm-tv) AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
|
||||
safecode) AC_CONFIG_SUBDIRS([projects/safecode]) ;;
|
||||
llvm-kernel) AC_CONFIG_SUBDIRS([projects/llvm-kernel]) ;;
|
||||
llvm-gcc) ;;
|
||||
test-suite) ;;
|
||||
llvm-test) ;;
|
||||
poolalloc) ;;
|
||||
llvm-poolalloc) ;;
|
||||
*)
|
||||
AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])
|
||||
;;
|
||||
|
7
configure
vendored
7
configure
vendored
@ -1999,6 +1999,11 @@ do
|
||||
;;
|
||||
llvm-kernel) subdirs="$subdirs projects/llvm-kernel"
|
||||
;;
|
||||
llvm-gcc) ;;
|
||||
test-suite) ;;
|
||||
llvm-test) ;;
|
||||
poolalloc) ;;
|
||||
llvm-poolalloc) ;;
|
||||
*)
|
||||
{ echo "$as_me:$LINENO: WARNING: Unknown project (${i}) won't be configured automatically" >&5
|
||||
echo "$as_me: WARNING: Unknown project (${i}) won't be configured automatically" >&2;}
|
||||
@ -11151,7 +11156,7 @@ else
|
||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||
lt_status=$lt_dlunknown
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 11154 "configure"
|
||||
#line 11159 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
Loading…
Reference in New Issue
Block a user