blob: e9323f3b5252019e0557346e7a2c06a625575364 (
plain) (
blame)
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
|
--- configure.orig Sat Jan 11 16:54:15 2003
+++ configure Fri Feb 28 17:38:01 2003
@@ -7438,7 +7438,7 @@
EOF
cat >> confdefs.h <<EOF
-#define PACKAGE_PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/pixmaps/${PACKAGE}"
+#define PACKAGE_PIXMAPS_DIR "${PREFIX}/share/gnome/pixmaps/gnomesword"
EOF
cat >> confdefs.h <<EOF
@@ -8194,16 +8194,7 @@
gtkhtml_ok="false"
echo $ac_n "checking for GtkHTML""... $ac_c" 1>&6
echo "configure:8197: checking for GtkHTML" >&5
- if gnome-config --libs gtkhtml > /dev/null 2>&1; then
- vers=`gnome-config --modversion gtkhtml`
- case $vers
- in
- gtkhtml-0.012345678) gtkhtml_ok=false ;;
- *) gtkhtml_ok=true ;;
- esac
- else
gtkhtml_ok=false
- fi
if $gtkhtml_ok; then
echo "$ac_t""$vers found" 1>&6
|