]> git.pld-linux.org Git - packages/libxklavier.git/commitdiff
- don't test for dir existence
authorArtur Frysiak <artur@frysiak.net>
Sun, 16 Nov 2003 17:35:40 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxklavier-xkb_base.patch -> 1.1

libxklavier-xkb_base.patch [new file with mode: 0644]

diff --git a/libxklavier-xkb_base.patch b/libxklavier-xkb_base.patch
new file mode 100644 (file)
index 0000000..a685e54
--- /dev/null
@@ -0,0 +1,15 @@
+--- libxklavier-0.95/configure.in.wiget        2003-09-20 01:36:53.000000000 +0200
++++ libxklavier-0.95/configure.in      2003-11-16 18:27:09.000000000 +0100
+@@ -56,9 +56,9 @@
+              xkb_base="$withval", 
+              xkb_base="/usr/X11R6/lib/X11/xkb" )
+                        
+-if ! test -d $xkb_base; then
+-        AC_MSG_ERROR([The path $xkb_base does not denote the directory])
+-fi
++#if ! test -d $xkb_base; then
++#        AC_MSG_ERROR([The path $xkb_base does not denote the directory])
++#fi
+ AC_DEFINE_UNQUOTED(XKB_BASE,"${xkb_base}",Base for XKB configuration)
This page took 0.046988 seconds and 4 git commands to generate.