mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.0 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/gnome14/libglade10/libglade-10.patch.disabled
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./configure.orig Fri Sep 7 05:00:42 2001
  23. +++ ./configure Sat Sep 22 17:12:54 2001
  24. @@ -7102,8 +7102,8 @@
  25. rm -f conf.gtktest
  26. -# Extract the first word of "xml-config", so it can be a program name with args.
  27. -set dummy xml-config; ac_word=$2
  28. +# Extract the first word of "xml2-config", so it can be a program name with args.
  29. +set dummy xml2-config; ac_word=$2
  30. echo "$as_me:7107: checking for $ac_word" >&5
  31. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  32. if test "${ac_cv_path_XML_CONFIG+set}" = set; then
  33. @@ -7141,12 +7141,12 @@
  34. fi
  35. if test x$XML_CONFIG = xno; then
  36. - { { echo "$as_me:7144: error: Couldn't find xml-config" >&5
  37. -echo "$as_me: error: Couldn't find xml-config" >&2;}
  38. + { { echo "$as_me:7144: error: Couldn't find xml2-config" >&5
  39. +echo "$as_me: error: Couldn't find xml2-config" >&2;}
  40. { (exit 1); exit 1; }; }
  41. fi
  42. -XML_LIBS=`xml-config --libs`
  43. -XML_CFLAGS=`xml-config --cflags`
  44. +XML_LIBS=`xml2-config --libs`
  45. +XML_CFLAGS=`xml2-config --cflags`
  46. old_LIBS="$LIBS"
  47. LIBS="$XML_LIBS $LIBS"