summaryrefslogtreecommitdiff
path: root/libxslt/dummy
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-02 15:44:30 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-05 19:47:04 +0000
commit856c075e93683cec7cff02e0cf0d6ed31f937a98 (patch)
tree34c18b042583274e8c295cd0b7d590df0ff8015f /libxslt/dummy
parent7d3ddc2c6cc39fdd671f08059528464675cd6ecc (diff)
convert libxslt to gbuild and add to tail_build
Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0 Reviewed-on: https://gerrit.libreoffice.org/1988 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'libxslt/dummy')
-rwxr-xr-xlibxslt/dummy/bin/xml2-config17
1 files changed, 0 insertions, 17 deletions
diff --git a/libxslt/dummy/bin/xml2-config b/libxslt/dummy/bin/xml2-config
deleted file mode 100755
index 4ee8dd0206c5..000000000000
--- a/libxslt/dummy/bin/xml2-config
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-# Use flags found out by configure when we *don't* want
-# to use the "system" xml2-config in $PATH
-
-case $1 in
---cflags)
- echo $LIBXML_CFLAGS
- ;;
---libs)
- echo $LIBXML_LIBS
- ;;
---version)
- # Assume it's close enough to the system version...
- xml2-config --version
- ;;
-esac