diff --git a/desktop/xfce/base/xfce4-terminal/actions.py b/desktop/xfce/base/xfce4-terminal/actions.py index 6bedb07695..a117136462 100644 --- a/desktop/xfce/base/xfce4-terminal/actions.py +++ b/desktop/xfce/base/xfce4-terminal/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def setup(): pisitools.cflags.add("-Wno-deprecated-declarations") - autotools.autoreconf("-fiv") + #autotools.autoreconf("-fiv") # shelltools.system("NOCONFIGURE=1 ./autogen.sh") autotools.configure("--disable-static")