c1e8dfff4c
KuickShow is an image browser/viewer with a nice filebrowser to select images to be shown, slideshow support and the ability to display the following image formats: jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm and eim.
24 lines
637 B
Plaintext
24 lines
637 B
Plaintext
--- admin/libtool.m4.in.orig Tue Jun 26 13:54:39 2001
|
|
+++ admin/libtool.m4.in Tue Jun 26 13:55:13 2001
|
|
@@ -606,19 +606,7 @@
|
|
;;
|
|
|
|
openbsd* )
|
|
- if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
|
- case "$host_cpu" in
|
|
- i*86 )
|
|
- changequote(,)dnl
|
|
- lt_cv_deplibs_check_method='file_magic OpenBSD/i[3-9]86 demand paged shared library'
|
|
- changequote([, ])dnl
|
|
- lt_cv_file_magic_cmd=/usr/bin/file
|
|
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
|
- ;;
|
|
- esac
|
|
- else
|
|
- lt_cv_deplibs_check_method=pass_all
|
|
- fi
|
|
+ lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
|
|
osf3* | osf4* | osf5*)
|