summaryrefslogtreecommitdiff
path: root/devel/librelp/patches/patch-configure
blob: 4e3f537a6a58c9eb1809b08b545a8b78368e2389 (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
43
44
45
46
47
48
49
50
51
$NetBSD: patch-configure,v 1.2 2018/05/16 11:33:14 fhajny Exp $

Portability.

--- configure.orig	2018-05-14 08:49:08.000000000 +0000
+++ configure
@@ -3247,7 +3247,7 @@ $as_echo "#define OS_AIX 1" >>confdefs.h
     LDFLAGS="$LDFLAGS -brtl"
   ;;
 esac
- if test x$os_type == xapple; then
+ if test x$os_type = xapple; then
   OS_APPLE_TRUE=
   OS_APPLE_FALSE='#'
 else
@@ -3255,7 +3255,7 @@ else
   OS_APPLE_FALSE=
 fi
 
- if test x$os_type == xlinux; then
+ if test x$os_type = xlinux; then
   xOS_LINUX_TRUE=
   xOS_LINUX_FALSE='#'
 else
@@ -3263,7 +3263,7 @@ else
   xOS_LINUX_FALSE=
 fi
 
- if test x$os_type == xlinux; then
+ if test x$os_type = xlinux; then
   OS_LINUX_TRUE=
   OS_LINUX_FALSE='#'
 else
@@ -3271,7 +3271,7 @@ else
   OS_LINUX_FALSE=
 fi
 
- if test x$os_type == xsolaris; then
+ if test x$os_type = xsolaris; then
   OS_SOLARIS_TRUE=
   OS_SOLARIS_FALSE='#'
 else
@@ -14691,7 +14691,7 @@ fi
 
 
 fi
- if test "$enable_valgrind" == "yes"; then
+ if test "$enable_valgrind" = "yes"; then
   HAVE_VALGRIND_TRUE=
   HAVE_VALGRIND_FALSE='#'
 else