aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dbh/dbh-1.0-18/configure.patch
blob: 50cc7403a512e194b56836d24ac2b28d383e54fb (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
33
34
35
36
37
38
39
40
41
42
Index: dbh_1.0-18/configure.ac
===================================================================
--- dbh_1.0-18.orig/configure.ac	2004-03-16 16:02:20.000000000 -0700
+++ dbh_1.0-18/configure.ac	2005-04-06 12:30:01.900159452 -0700
@@ -34,6 +34,8 @@
 
 dnl Initialize libtool
 AC_CANONICAL_HOST
+AC_CANONICAL_TARGET
+
 # libtool.m4 is a bit outof sync.
 AC_PROG_LIBTOOL
 
@@ -122,17 +124,17 @@
 
 
 dnl echo "dbg:target $target"
-case "$target" in
-"")
-;;
-"no")
-;;
-"NONE")
-;;
-*)
-   CFLAGS="$CFLAGS -march=$target"
-   ;;
-esac
+dnl case "$target" in
+dnl "")
+dnl ;;
+dnl "no")
+dnl ;;
+dnl "NONE")
+dnl ;;
+dnl *)
+dnl  CFLAGS="$CFLAGS -march=$target_cpu"
+dnl   ;;
+dnl esac
 
 # At present, only 32 bit system.