* configure.target: Fix typo in hpux case.
From-SVN: r48258
This commit is contained in:
parent
67c49dc70f
commit
75da3b53f8
@ -1,3 +1,7 @@
|
||||
Fri Dec 21 17:35:21 2001 Jeffrey A Law (law@redhat.com)
|
||||
|
||||
* configure.target: Fix typo in hpux case.
|
||||
|
||||
2001-12-21 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* include/ext/stl_rope.h (_Rope_iterator):
|
||||
|
@ -104,7 +104,7 @@ case "${target_os}" in
|
||||
solaris2.7* | solaris2.8*)
|
||||
os_include_dir="config/os/solaris/solaris2.7"
|
||||
;;
|
||||
hpux)
|
||||
hpux*)
|
||||
os_include_dir="config/os/hpux"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user