]> git.pld-linux.org Git - packages/vino.git/commitdiff
- don't assume solaris
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 18 Mar 2009 17:16:33 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vino-configure.patch -> 1.1

vino-configure.patch [new file with mode: 0644]

diff --git a/vino-configure.patch b/vino-configure.patch
new file mode 100644 (file)
index 0000000..c1eb8c5
--- /dev/null
@@ -0,0 +1,10 @@
+--- vino-2.26.0/configure.in~  2009-03-02 17:36:20.000000000 +0100
++++ vino-2.26.0/configure.in   2009-03-18 18:08:12.317341821 +0100
+@@ -302,6 +302,6 @@
+       getifaddrs (&myaddrs);
+     ], have_getifaddrs=yes, have_getifaddrs=no)
+-AM_CONDITIONAL(HAVE_GETIFADDRS, [test $"$have_getifaddrs" = "yes"])
++AM_CONDITIONAL(HAVE_GETIFADDRS, [test "$have_getifaddrs" = "yes"])
+ dnl
+ dnl End of libvncserver stuff
This page took 0.048303 seconds and 4 git commands to generate.