diff -Nru cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/configure.sh cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/configure.sh --- cinepaint-0.22-1.orig/plug-ins/icc_examin/icc_examin/configure.sh 2007-05-10 17:45:12.000000000 +0200 +++ cinepaint-0.22-1/plug-ins/icc_examin/icc_examin/configure.sh 2009-05-29 12:04:38.000000000 +0200 @@ -84,9 +84,9 @@ echo "OY = 1" >> $CONF echo "OYRANOS_H = `oyranos-config --cflags`" >> $CONF if [ -f /usr/X11R6/include/X11/extensions/xf86vmode.h ]; then - echo "OYRANOS_LIBS = `oyranos-config --ld_x_flags`" >> $CONF + echo "OYRANOS_LIBS = `oyranos-config --cflags`" >> $CONF else - echo "OYRANOS_LIBS = `oyranos-config --ld_x_flags`" >> $CONF + echo "OYRANOS_LIBS = `oyranos-config --cflags`" >> $CONF fi else test -n "$ECHO" && $ECHO "no Oyranos found"