[go: up one dir, main page]

File: configure.in.bot

package info (click to toggle)
showimg 0.9.4.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,436 kB
  • ctags: 3,644
  • sloc: cpp: 32,420; sh: 11,559; perl: 2,779; makefile: 220
file content (33 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
echo ""
echo ""
echo "------"
if test "x$showimg_enabled" = "xyes" ; then
	if test "x$want_kipi" = "xyes" ; then
		if test "x$have_libkipi" = "xyes"; then
			echo "kipi plugin support for ShowImg:      yes"
		else
			echo "kipi plugin support for ShowImg:       no"
			echo "    You are missing the kipi headers and libraries"
			echo "    The kipi plugin support won't be compiled."
		fi
	else
		echo "kipi plugin support for ShowImg:       no"
	fi

	if test "x$want_kexif" = "xyes" ; then
		if test "x$have_libkexif" = "xyes"; then
			echo "libkexif support for ShowImg:         yes"
		else
			echo "libkexif support for ShowImg:          no"
			echo "    You are missing the libkexif headers and libraries"
			echo "    The libkexif support won't be compiled."
		fi
	else
		echo "libkexif support for ShowImg:          no"
	fi
else
	echo "ShowImg will not be compiled (missing konq_operations.h)."
fi
echo ""
echo "Installation direcory is $prefix"
echo ""