]> err.no Git - util-linux/commit
build-sys: do not set with_foo twice
authorStepan Kasal <skasal@redhat.com>
Tue, 15 May 2007 18:46:14 +0000 (20:46 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 09:43:30 +0000 (11:43 +0200)
commit271d98e05d73269339d6dadac13bb17c0101229e
treebf298f58aa9cc808822f9f6eb977096e27b07b8b
parent67c4ade809dc8859dbe9f3511b8968d153ac6b6f
build-sys: do not set with_foo twice

It's redundant to set with_slang=$withval, and similar.
(Inspect the generated configure; it contains
  withval=$with_slang; with_slang=$withval
:-)

Signed-off-by: Stepan Kasal <skasal@redhat.com>
configure.ac