diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-17 20:04:20 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-17 20:04:20 +0200 |
commit | 2e2a3c5923526e5f0baa0b4b85d32afec6f19805 (patch) | |
tree | 74b2b4ac39c666b8479b91796c57287a7401bed1 /configure.in.in | |
parent | 503fddb48f2229ecc6ed6930a99c4d740ff979e5 (diff) | |
download | tdepacman-2e2a3c5923526e5f0baa0b4b85d32afec6f19805.tar.gz tdepacman-2e2a3c5923526e5f0baa0b4b85d32afec6f19805.zip |
third step, convert to tdelibs libraries.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in.in b/configure.in.in index 1c3c2a0..97c965a 100644 --- a/configure.in.in +++ b/configure.in.in @@ -2,10 +2,10 @@ AM_INIT_AUTOMAKE(kpacman,0.3.2) -dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__ -dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__ -dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __kdevelop[exc]__ +dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __tdevelop[noopt]__ +dnl CFLAGS="$NOOPT_CFLAGS" dnl __tdevelop[noopt]__ +dnl CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" dnl __tdevelop[exc]__ -dnl KDE_NEED_FLEX dnl __kdevelop__ -dnl AC_PROG_YACC dnl __kdevelop__ +dnl KDE_NEED_FLEX dnl __tdevelop__ +dnl AC_PROG_YACC dnl __tdevelop__ |