Diff of /branches/R11-stable/include/kde3.sminc
Parent Directory | Revision Log | Patch
revision 1926 by niro, Wed Jun 10 16:20:31 2009 UTC | revision 3721 by niro, Sat Oct 31 12:30:31 2009 UTC | |
---|---|---|
# | Line 15 export PKG_CONFIG_PATH=${PKG_CONFIG_PATH | Line 15 export PKG_CONFIG_PATH=${PKG_CONFIG_PATH |
15 | # so we prevent this: | # so we prevent this: |
16 | export KDEDIRS=${KDEDIR} | export KDEDIRS=${KDEDIR} |
17 | ||
18 | # the configure checks for kconfig_compiler do not respect PATH | |
19 | export KCONFIG_COMPILER="${KDEDIR}/bin/kconfig_compiler" | |
20 | ||
21 | kde3_configure() | kde3_configure() |
22 | { | { |
23 | local configure_opts | local configure_opts |
|