]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - autogen.sh
core: s/reexection/reexecution/ typo fix
[thirdparty/systemd.git] / autogen.sh
index 2d4acdfef167ca6a69424c823ea5d5d67e2829c1..607a9682dd887260faabe1aaee0a33f0403c2374 100755 (executable)
@@ -57,9 +57,6 @@ cd $oldpwd
 if [ "x$1" = "xc" ]; then
         $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args
         make clean
-elif [ "x$1" = "xt" ]; then
-        $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus --enable-terminal $args
-        make clean
 elif [ "x$1" = "xg" ]; then
         $topdir/configure CFLAGS='-g -Og -ftrapv' --enable-compat-libs --enable-kdbus $args
         make clean