]> git.proxmox.com Git - qemu.git/commit - configure
configure: Assure existence of linux-headers/ build directory
authorAndreas Färber <afaerber@suse.de>
Thu, 14 Jun 2012 15:14:33 +0000 (15:14 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 27 Jun 2012 21:26:59 +0000 (16:26 -0500)
commita307beb6e8c4490bc4f9c95dc2195599ae43d59a
treec863f5dc3f304fd260a22bae8b42fddf1b6397b6
parentb54fa7ddde8ace758d1eb332ce4a10e35dbf7302
configure: Assure existence of linux-headers/ build directory

Commit ec5b06d (configure: ensure directory exists when creating symlinks)
moved the creation of directories into the symlink() function but forgot
the case where no symlink is created.

This leads to build errors on arm Linux due to -I../linux-headers.

Unbreak the build on arm Linux by reverting part of that commit.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure