File: cvs.diff

package info (click to toggle)
regina-normal 4.3.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,396 kB
  • ctags: 7,338
  • sloc: cpp: 55,359; sh: 17,392; ansic: 12,913; perl: 3,294; makefile: 918; python: 114
file content (29 lines) | stat: -rw-r--r-- 1,119 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
--- python/regina-python.in	10 Oct 2003 02:37:15 -0000	1.8
+++ python/regina-python.in	14 Nov 2003 07:56:31 -0000
@@ -163,7 +163,7 @@ if (! $regina_home) {
 
 if (! $python_cmd) {
     my $which_python;
-    chomp($which_python = `which python`);
+    chomp($which_python = `which python2.4`);
     if (! $which_python) {
         &err("E: A Python interpreter could not be found.\n");
         &err("E: Set \$REGINA_PYTHON to a Python interpreter (such as /usr/bin/python)\n");
--- admin/kde.m4.ext	2005-06-28 13:30:28.000000000 +1000
+++ admin/kde.m4.ext	2006-01-06 15:08:54.000000000 +1100
@@ -1665,15 +1665,6 @@
        KDE_USE_CLOSURE_TRUE="#"
        KDE_USE_CLOSURE_FALSE=""
        KDE_NO_UNDEFINED=""
-       case $host in 
-         *-*-linux-gnu)
-           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
-                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
-		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
-		[KDE_NO_UNDEFINED=""])],
-	    [KDE_NO_UNDEFINED=""])
-           ;;
-       esac
   fi
   AC_SUBST(KDE_USE_CLOSURE_TRUE)
   AC_SUBST(KDE_USE_CLOSURE_FALSE)