]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-cxx.sh (allow_undefined_flag) [aix4* | aix 5*]: Fix quote
authorAlexandre Oliva <aoliva@redhat.com>
Sun, 20 May 2001 18:14:01 +0000 (18:14 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 20 May 2001 18:14:01 +0000 (18:14 +0000)
error.

ChangeLog
ltcf-cxx.sh

index 1741a1f651f0d5aa483ef87975a6fc9aeabbfc6b..5157f0c6f14fb732be91ce0b7e0b240d167ec506 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
 
+       * ltcf-cxx.sh (allow_undefined_flag) [aix4* | aix 5*]: Fix quote
+       error.
+
        * ltmain.in (exec_cmd): New variable.  Don't exec programs within
        the big `case'; set the variable instead, and exec the cmd
        afterwards, so that the shell gets a chance to clean up here-doc
index 0fe09f53af65ae0fd904182e00b789827beed710..29f8ffe5d95023d77ec449a33232ff5afc425403 100644 (file)
@@ -197,7 +197,7 @@ case $host_os in
         # Warning - without using the other run time loading flags, -berok will
         #           link without error, but may produce a broken library.
         no_undefined_flag='${wl}-bnoerok'
-        allow_undefined_flag='${wl}-berok"
+        allow_undefined_flag='${wl}-berok'
         # -bexpall does not export symbols beginning with underscore (_)
         always_export_symbols=yes
         # Exported symbols can be pulled into shared objects from archives