configure.in.bot.end
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:2k
源码类别:

OpenGL

开发平台:

Visual C++

  1. # Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
  2. if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
  3.   # And if so, warn when they don't match
  4.   if test "$kde_libs_prefix" != "$given_prefix"; then
  5.     # And if kde doesn't know about the prefix yet
  6.     echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
  7.     if test $? -ne 0; then
  8.       echo ""
  9.       echo "Warning: you chose to install this package in $given_prefix,"
  10.       echo "but KDE was found in $kde_libs_prefix."
  11.       echo "For this to work, you will need to tell KDE about the new prefix, by ensuring"
  12.       echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix"
  13.       echo "Then restart KDE."
  14.       echo ""
  15.     fi
  16.   fi
  17. fi
  18. if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_gcc_visibility_patched = "xno"; then
  19.   echo ""
  20.   echo "Your GCC supports symbol visibility, but the patch for Qt supporting visibility"
  21.   echo "was not included. Therefore, GCC symbol visibility support remains disabled."
  22.   echo ""
  23.   echo "For better performance, consider including the Qt visibility supporting patch"
  24.   echo "located at:"
  25.   echo ""
  26.   echo "http://bugs.kde.org/show_bug.cgi?id=109386"
  27.   echo ""
  28.   echo "and recompile all of Qt and KDE. Note, this is entirely optional and"
  29.   echo "everything will continue to work just fine without it."
  30.   echo ""
  31. fi
  32. if test "$all_tests" = "bad"; then
  33.   if test ! "$cache_file" = "/dev/null"; then
  34.     echo ""
  35.     echo "Please remove the file $cache_file after changing your setup"
  36.     echo "so that configure will find the changes next time."
  37.     echo ""
  38.   fi
  39. else
  40.   echo ""
  41.   echo "Good - your configure finished. Start make now"
  42.   echo ""
  43. fi