~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to scm/init.scm

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-07-06 22:17:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706221724-6sobw1fcsxj647hp
Tags: 1:1.1.0-1.2
* Non-maintainer upload.
* Added -Wno-cast-align to CFLAGS, as per the RM's recommendations:

  < vorlon> Sesse: -Wno-cast-align and to hell with it :P

  Really fixes FTBFS. (Really Closes: #375081)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;;
2
 
;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
2
;;; Copyright (c) 2003-2006 uim Project http://uim.freedesktop.org/
3
3
;;;
4
4
;;; All rights reserved.
5
5
;;;
48
48
 
49
49
(define load-user-conf
50
50
  (lambda ()
51
 
    (if (is-set-ugid?)
 
51
    (if (setugid?)
52
52
        #f
53
53
        (let ((orig-verbose (verbose))
54
54
              (file (or (getenv "LIBUIM_USER_SCM_FILE")