summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorCDT 1999 Shawn T. Amundson <amundson@gtk.org>1999-05-12 08:06:07 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-05-12 08:06:07 +0000
commit45dc3bcf82734647e4e6de1ba01b67dfd02adda8 (patch)
tree8f8b47c989b55e3cfc9e486b1ae9f0570eb9843b /ltmain.sh
parentbf21aecc9144456aa66cb0ebadd974159c23cc9e (diff)
downloadgdk-pixbuf-45dc3bcf82734647e4e6de1ba01b67dfd02adda8.tar.gz
changes to compile nicely (with xlib) on BeOS
Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * configure.in gtk-config.in ltconfig ltmain.sh gtk/Makefile.am: changes to compile nicely (with xlib) on BeOS
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh
index f1b998611..8d2678acc 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -788,6 +788,9 @@ compiler."
# }
# /* impgen.c ends here */
;;
+ *-*-beos*)
+ allow_undefined=no
+ ;;
*)
allow_undefined=yes
;;