X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=ruby%2Fext%2Fguestfs%2Fextconf.rb;h=d86e26df094a48fe931a2f159a6dd75dc9efb33c;hb=9ba779ea367b2ea7077da7bdd75e813cd06c7eea;hp=3413e040883f6e43fc3b31297b6a05b0563f7575;hpb=cef4ba0b8fec2b95153a07ac9537306e50ba167f;p=libguestfs.git diff --git a/ruby/ext/guestfs/extconf.rb b/ruby/ext/guestfs/extconf.rb index 3413e04..d86e26d 100644 --- a/ruby/ext/guestfs/extconf.rb +++ b/ruby/ext/guestfs/extconf.rb @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. require 'mkmf' @@ -22,7 +22,7 @@ extension_name = '_guestfs' dir_config(extension_name) -unless have_header ("guestfs.h") +unless have_header("guestfs.h") raise " not found" end unless have_library("guestfs", "guestfs_create", "guestfs.h")