blob: 54df708a7b1bc0b76360ebf42fabf813244c92b3 (
plain)
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
|
--- configure.orig Thu Mar 25 22:53:53 2004
+++ configure Thu Mar 25 22:57:09 2004
@@ -2574,7 +2574,7 @@
if test -n "$GCC"; then
echo "$as_me:$LINENO: result: Turning on gcc compiler warnings." >&5
echo "${ECHO_T}Turning on gcc compiler warnings." >&6
- CC="$CC -pedantic -Wall -Wstrict-prototypes -Wnested-externs"
+ CC="$CC -Wall -Wstrict-prototypes -Wnested-externs"
OBJCC="$OBJCC -Wall"
# supposedly gcc 3.4 will have "-Wdeclaration-after-statement"
# and then perhaps we can do without -pedantic?
@@ -19014,13 +19011,13 @@
# Now that we know whether we have Gnome, we can decide where the XML
# config files get installed.
#
-if test -z "$HACK_CONF_DIR" ; then
- if test -n "$GNOME_DATADIR" ; then
- HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers'
- else
- HACK_CONF_DIR='${prefix}/lib/xscreensaver/config'
- fi
-fi
+#if test -z "$HACK_CONF_DIR" ; then
+# if test -n "$GNOME_DATADIR" ; then
+# HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers'
+# else
+# HACK_CONF_DIR='${prefix}/lib/xscreensaver/config'
+# fi
+#fi
|